displayign images works with some dim

This commit is contained in:
2026-02-05 10:09:00 +01:00
parent cddc24e147
commit 7136ae7385
3 changed files with 48 additions and 20 deletions
+1 -1
View File
@@ -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();