Changes applied to support generic virtual screens
This commit is contained in:
8
mini.h
8
mini.h
@@ -111,6 +111,14 @@
|
||||
#define KEY_RGUI 231
|
||||
|
||||
void loop();
|
||||
|
||||
uint8_t newsurf(int w, int h);
|
||||
uint8_t loadsurf(const char* filename);
|
||||
void freesurf(uint8_t surface);
|
||||
void setdest(uint8_t surface);
|
||||
void setsource(uint8_t surface);
|
||||
void setmap(uint8_t surface);
|
||||
|
||||
void cls(uint8_t color=0);
|
||||
void color(uint8_t color=6);
|
||||
void pal();
|
||||
|
||||
Reference in New Issue
Block a user