Does LVGL work with all touchscreens?

If I am using a touch screen other than LVGL’s, will the GUI software still work?

LVGL works with any touchscreen, as long as you can provide:

  1. X/Y coordinates where the screen is touched (matching the LCD’s coordinates).
  2. The status of whether the screen is currently touched or not.
1 Like

Do the coordinates of the LCD mean the size of the LCD?
I think touch screens should be touchable at all times.