Skip to content

Commit

Permalink
Description of fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 8, 2024
1 parent 633354f commit e1ad723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/Lvgl_Images/Lvgl_Images.ino
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ static int16_t x, y;


// Image resources need to define the screen size
#define USE_AMOLED_147 //1.47 inches 194x368
// #define USE_AMOLED_241 //1.91 inches 450x600
// #define USE_AMOLED_191 //2.41 inches 240x536
// #define USE_AMOLED_147 //1.47 inches 194x368
// #define USE_AMOLED_191 //1.91 inches 240x536
#define USE_AMOLED_241 //2.41 inches 450x600

#if defined(USE_AMOLED_147)
LV_IMG_DECLARE(image_1_368x194);
Expand Down

0 comments on commit e1ad723

Please sign in to comment.