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;
@@ -7,7 +7,7 @@
#define CST816_I2C_PORT (0)
const char* TAG = "2432s024_cst816";
#define TAG "2432s024_cst816"
static bool prv_create_touch(esp_lcd_panel_io_handle_t* io_handle, esp_lcd_touch_handle_t* touch_handle) {
ESP_LOGI(TAG, "creating touch");