acid-drop

- Hacking the planet from a LilyGo T-Deck using custom firmware
git clone git://git.acid.vegas/acid-drop.git
Log | Files | Refs | Archive | README | LICENSE

test_demo_widgets.c (250B)

      1 #if LV_BUILD_TEST
      2 #include "../lvgl.h"
      3 #include "../demos/lv_demos.h"
      4 
      5 #include "unity/unity.h"
      6 
      7 #include "lv_test_helpers.h"
      8 #include "lv_test_indev.h"
      9 
     10 void test_demo_widgets(void)
     11 {
     12 #if LV_USE_DEMO_WIDGETS
     13     lv_demo_widgets();
     14 #endif
     15 }
     16 
     17 #endif
     18