Skip to content

Commit

Permalink
Update esp32_smartdisplay.c
Browse files Browse the repository at this point in the history
  • Loading branch information
rzeldent authored Jun 20, 2024
1 parent 06f0f35 commit ad3ccea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/esp32_smartdisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,5 +208,6 @@ void smartdisplay_init()
// Intercept callback
driver_touch_read_cb = indev->read_cb;
indev->read_cb = lvgl_touch_calibration_transform;
lv_indev_enable(indev, true);
#endif
}
}

0 comments on commit ad3ccea

Please sign in to comment.