displayign images works with some dim
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ extern TextNode text_nodes[MAX_TEXT_NODES_COUNT];
|
||||
extern Cursor cursor;
|
||||
|
||||
|
||||
void drawImageFromMemoryByIndex(unsigned char image_index, short pos_x, short pos_y);
|
||||
void drawImageFromMemoryByIndex(unsigned char image_index, short pos_x, short pos_y, unsigned char dim_percentage = 0);
|
||||
void setPixel(short x, short y, uint32_t color);
|
||||
void start_server();
|
||||
void handle_server();
|
||||
|
||||
Reference in New Issue
Block a user