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
+2 -1
View File
@@ -12,7 +12,8 @@
M_LIST_DEF(thread_ids, FuriThreadId);
static const char* TAG = "nanobake";
#define TAG "nanobake"
thread_ids_t prv_thread_ids;
static void prv_furi_init() {