VERSIÓ 1.4.3
- [NEW] key.text() - [NEW] key.utf8char() - [NEW] pal.trans() ara torna el color transparent - [NEW] pal.subpal(index) i pal.subpal(index,color) ara tornen el color al que estaba abans asignat el index
This commit is contained in:
4
mini.h
4
mini.h
@@ -152,7 +152,7 @@ void setcolor(uint8_t index, uint32_t color);
|
||||
uint32_t getcolor(uint8_t index);
|
||||
void settrans(uint8_t index);
|
||||
uint8_t gettrans();
|
||||
void subpal(uint8_t index, uint8_t color);
|
||||
uint8_t subpal(uint8_t index, uint8_t color);
|
||||
void reset_subpal();
|
||||
|
||||
void set_draw_mode(uint8_t mode);
|
||||
@@ -225,6 +225,8 @@ bool btn(uint8_t i);
|
||||
int wbtnp();
|
||||
bool btnp(uint8_t i);
|
||||
bool anykey();
|
||||
void textenable(const bool enable);
|
||||
const char *textinput();
|
||||
|
||||
bool pad(int8_t i);
|
||||
bool padp(int8_t i);
|
||||
|
||||
Reference in New Issue
Block a user