refactor(msg): remove lv_msg in favor of lv_observer

This commit is contained in:
Gabor Kiss-Vamosi
2023-10-10 20:48:46 +02:00
parent 9bf50c65cf
commit 80149e7f98
16 changed files with 18 additions and 1300 deletions

1
lvgl.h
View File

@@ -85,7 +85,6 @@ extern "C" {
#include "src/others/gridnav/lv_gridnav.h"
#include "src/others/fragment/lv_fragment.h"
#include "src/others/imgfont/lv_imgfont.h"
#include "src/others/msg/lv_msg.h"
#include "src/others/observer/lv_observer.h"
#include "src/others/ime/lv_ime_pinyin.h"
#include "src/others/file_explorer/lv_file_explorer.h"