implemented gui and view_port

using flipper source (adapted)
disabled key input for now
disabled non-fullscreen drawing for now
This commit is contained in:
Ken Van Hoeylandt
2023-12-27 23:53:19 +01:00
parent 48d875a944
commit f0cfd3c34d
17 changed files with 993 additions and 87 deletions
@@ -9,7 +9,7 @@
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
static const char* TAG = "2432s024_ili9341";
#define TAG "2432s024_ili9341"
static SemaphoreHandle_t refresh_finish = NULL;