Setup for pm3 building

This commit is contained in:
Edith Boles
2026-03-01 18:10:48 -08:00
parent d70c09e03c
commit e0d0728b12
6 changed files with 1196 additions and 26 deletions

View File

@@ -1,10 +1,5 @@
#define LV_TARGET_X11
// #define LV_TARGET_FB
#ifdef LV_TARGET_X11
#include "./lv_conf_x11.h"
#endif
#ifdef LV_TARGET_FB
#include "./lv_conf_fb.h"
#else
#include "./lv_conf_x11.h"
#endif