From dd5ab56bc040b8c6803bd9b45aeda04bae8d9eed Mon Sep 17 00:00:00 2001 From: Th3maz1ng Date: Sun, 1 Oct 2023 19:51:54 +0200 Subject: [PATCH] Updated the LVGL demo Code::Blocks project file, started to work on the notification screen to display incoming text messages, emails and more. --- .../lv_port_win_codeblocks/LittlevGL.cbp | 4 + .../lv_port_win_codeblocks/LittlevGL.layout | 840 +++++++++--------- .../lv_port_win_codeblocks/main.c | 3 + .../music_player_screen.c | 9 +- .../notification_screen.c | 140 +++ .../notification_screen.h | 45 + .../lv_port_win_codeblocks/settings_screen.c | 19 +- .../lv_port_win_codeblocks/settings_screen.h | 2 + 8 files changed, 637 insertions(+), 425 deletions(-) create mode 100644 src/lvgl_win_sim/lv_port_win_codeblocks/notification_screen.c create mode 100644 src/lvgl_win_sim/lv_port_win_codeblocks/notification_screen.h diff --git a/src/lvgl_win_sim/lv_port_win_codeblocks/LittlevGL.cbp b/src/lvgl_win_sim/lv_port_win_codeblocks/LittlevGL.cbp index 364f89c..53687bd 100644 --- a/src/lvgl_win_sim/lv_port_win_codeblocks/LittlevGL.cbp +++ b/src/lvgl_win_sim/lv_port_win_codeblocks/LittlevGL.cbp @@ -1657,6 +1657,10 @@