LCD Calibration Trap #5877
Replies: 1 comment
-
Posted at 2023-04-29 by @allObjects The calibration should not accept 'unreasonable' values... as the PALM showed x-es to touch/tap. Posted at 2023-04-29 by HughB Worth raising an issue for it, then someone might fix it. Posted at 2023-05-01 by @allObjects Years ago I did some calibration coding when exploring resistive touch screen on these very available 240x320 262k color TFT LCD displays: Touchscreen. Then, the touch screen readings were analog values that went into a formula and delivered the pixels... now it is muchs simpler for the pixel part: the reading already deliver pixels... but timing for touch and drag/swipe may more complex since the screen is much smaller and the touching device is more fuzzy (finger tip vs stylo). Posted at 2023-05-02 by @gfwilliams Ahh, thanks - yes, as you say maybe some sanity checking on the values and refusing to set them if they aren't within range would be in order? Renaming is a bit tricky as right now it's just Posted at 2023-05-02 by HughB Yeah agree, lets keep menu labels as short as we can so that they are readable. LCD/Calibrate is enough in my view. Posted at 2023-05-02 by ga It probably is enough, I was just used to old LCD screens where you can adjust some contrast parameter so I did not get what it was. Posted at 2023-05-02 by @halemmerich Maybe a utility button in the apploader "More..."-tab for deleting the Posted at 2023-05-04 by @gfwilliams
Yes, that's a point. I've just done this and added a sanity check to LCD calibration |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-04-28 by ga
Maybe LCD Calibration should be renamed touch calibration.
Reason: I managed to tap 8 times in the middle of the screen,
not understanding what it is.
This made the unit unasable and hard to reset.
However I have to say that the handling of the issue, the trouble shooting documentation
and the app loader page and handling are very good if not to say excellent.
Very easy to use, very well done.
Beta Was this translation helpful? Give feedback.
All reactions