Skip to content

Commit

Permalink
Add examples description
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 8, 2024
1 parent e1ad723 commit bebad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Lvgl_Images/Lvgl_Images.ino
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ void setup()
lv_obj_center(img1);
lv_obj_add_event_cb(img1, images_event_cb, LV_EVENT_CLICKED, NULL);

// Only 1.91 Inch AMOLED board support
// Home Button Only 1.91 Inch AMOLED board support ,other board not support
amoled.setHomeButtonCallback([](void *ptr) {
static uint32_t checkMs = 0;
if (millis() > checkMs) {
Expand Down

0 comments on commit bebad7a

Please sign in to comment.