-setpal & getpal renamed to setcolor & getcolor
-setcolor & getcolor now use r, g & b instead of uint32
This commit is contained in:
4
mini.h
4
mini.h
@@ -123,8 +123,8 @@ void cls(uint8_t color=0);
|
||||
void color(uint8_t color=6);
|
||||
|
||||
void loadpal(const char* filename);
|
||||
void setpal(uint8_t index, uint32_t color);
|
||||
uint32_t getpal(uint8_t index);
|
||||
void setcolor(uint8_t index, uint32_t color);
|
||||
uint32_t getcolor(uint8_t index);
|
||||
void settrans(uint8_t index);
|
||||
uint8_t gettrans();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user