Replies: 2 comments 2 replies
-
I am impressed with the handling of the board display interface and the almost seamless of designing in Squareline Studio and pasting in the ui folder under scr. |
Beta Was this translation helpful? Give feedback.
-
The calibration does not go into the eprom but managed by the user. This is, if enabled, applied to the input of the touch before reported to LVGL. There is also no calibration screen build in but this on the road map. For more information how to calculate see: https://www.analog.com/media/en/technical-documentation/application-notes/an-1021.pdf |
Beta Was this translation helpful? Give feedback.
-
Since good calibration is necessary a calibrate #define CALIBRATE if present in the lvgl.h if uncommitted would
cause a calibration or recalibration to occur on powerup and store the touch values
I'm unsure whether they go into eeprom on the touch chip or on the cpu. So far it appears calibration from the demo is stored and is read in for landscape mode from a prior portrait mode calibration smartdisplay_compute_touch_calibration(screen[3], touch[3]); looks like it would do the calibration but I am having trouble calling it and understanding if the calibration indeed goes to EEPROM the need to expose the values via screen[3] and touch[3]
Beta Was this translation helpful? Give feedback.
All reactions