-setcolor & getcolor now use r, g & b instead of uint32
@@ -308,11 +308,11 @@ void loadpal(const char* filename) {
}
void setpal(uint8_t index, uint32_t color) {
void setcolor(uint8_t index, uint32_t color) {
palette[index] = color;
uint32_t getpal(uint8_t index) {
uint32_t getcolor(uint8_t index) {
return palette[index];
The note is not visible to the blocked user.