fix(arduino): fix typo

This commit is contained in:
Gabor Kiss-Vamosi
2023-02-04 17:41:42 +01:00
parent 801d776e78
commit b9b55a9eed

View File

@@ -7,7 +7,7 @@
/*To use the built-in examples and demos of LVGL uncomment the includes below respectively.
*You also need to copy `lvgl/examples` to `lvgl/src/examples`. Similarly for the demos `lvgl/demos` to `lvgl/src/demos`.*/
//#include <demos/lv_demos.h>
//#include <examples/lv_exampless.h>
//#include <examples/lv_examples.h>
/*Change to your screen resolution*/
static const uint16_t screenWidth = 480;