- WIP
This commit is contained in:
7
mini.h
7
mini.h
@@ -199,7 +199,7 @@ void tvline(int x, int y0, int y1, float mx, float my, float mdx=0.0f, float mdy
|
||||
|
||||
uint8_t mget(int celx, int cely);
|
||||
void mset(int celx, int cely, uint8_t snum);
|
||||
void map(int celx, int cely, int sx, int sy, uint8_t celw, uint8_t celh, uint8_t layer=0);
|
||||
void map(); //int celx, int cely, int sx, int sy, uint8_t celw, uint8_t celh, uint8_t layer=0);
|
||||
|
||||
bool btn(uint8_t i);
|
||||
int wbtnp();
|
||||
@@ -247,6 +247,9 @@ const char *getconfig(const char* key);
|
||||
void setconfig(const char* key, const char* value);
|
||||
const char *configfolder();
|
||||
|
||||
void setturbo(const bool value);
|
||||
#define UPDATE_ALWAYS 0
|
||||
#define UPDATE_WAIT 1
|
||||
#define UPDATE_TIMEOUT 2
|
||||
void setupdatemode(const int value, const int t=0);
|
||||
|
||||
void exit();
|
||||
|
||||
Reference in New Issue
Block a user