Skip to content

Commit

Permalink
#45
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Dec 3, 2022
1 parent 74d3d7e commit 852611e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions examples/LVGL/LvglBenchmark/LvglBenchmark.ino
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
* For SPI display set color swap can be faster, parallel screen don't set!
* #define LV_COLOR_16_SWAP 1
*
* Enable LVGL Demo Benchmark
* #define LV_USE_DEMO_BENCHMARK 1
*
* Enables support for compressed fonts.
* #define LV_USE_FONT_COMPRESSED 1
******************************************************************************/
Expand Down
1 change: 0 additions & 1 deletion examples/LVGL/LvglBenchmark/lv_demo_benchmark.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ extern "C" {
*********************/
// #include "../lv_demos.h"
#include <lvgl.h>
#define LV_USE_DEMO_BENCHMARK 1

/*********************
* DEFINES
Expand Down
3 changes: 3 additions & 0 deletions examples/LVGL/LvglWidgets/LvglWidgets.ino
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
*
* For SPI display set color swap can be faster, parallel screen don't set!
* #define LV_COLOR_16_SWAP 1
*
* Enable LVGL Demo Widgets
* #define LV_USE_DEMO_WIDGETS 1
******************************************************************************/
#include "lv_demo_widgets.h"

Expand Down
1 change: 0 additions & 1 deletion examples/LVGL/LvglWidgets/lv_demo_widgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ extern "C" {
* INCLUDES
*********************/
#include <lvgl.h>
#define LV_USE_DEMO_WIDGETS 1

/*********************
* DEFINES
Expand Down

0 comments on commit 852611e

Please sign in to comment.