Add display config for 4D Systems Gen4-ESP32-70CT (7-inch 800x480) #556
Add display config for 4D Systems Gen4-ESP32-70CT (7-inch 800x480) #556KMK0815 wants to merge 13 commits into
Conversation
Agent-Logs-Url: https://github.com/KMK0815/lvgl_micropython/sessions/8553218a-35a2-4a6a-ad35-2a4f0092ee71 Co-authored-by: KMK0815 <42606060+KMK0815@users.noreply.github.com>
…70CT config Agent-Logs-Url: https://github.com/KMK0815/lvgl_micropython/sessions/8553218a-35a2-4a6a-ad35-2a4f0092ee71 Co-authored-by: KMK0815 <42606060+KMK0815@users.noreply.github.com>
…en4-7-inch Add display config for 4D Systems gen4-ESP32-70CT (7" 800×480)
… README with troubleshooting tips
… signal stability
Agent-Logs-Url: https://github.com/protronic/lvgl_micropython/sessions/2c0196ac-ef2a-4d94-ad95-d5603168ae63 Co-authored-by: KMK0815 <42606060+KMK0815@users.noreply.github.com>
…-sections Revert "chore: clean up empty code change sections in the changes log" (bde5a42)
kdschlosser
left a comment
There was a problem hiding this comment.
1 change needs to be made and the other is a suggestion to provide a cleaner failure message.
| device = "indev_device" | ||
|
|
||
| [indev._cal.alphaX] | ||
| value = -0.011764519 |
There was a problem hiding this comment.
You need to remove the touch calibration settings. These are going to be unique to your display. The other thing is typically a touch calibration will only need to be done when using a resistive touch display and the FT series of IC's are for capacitive type touch displays. It is very rare to need to do a calibration on this type of display IC.
| $localFile = Join-Path $PSScriptRoot 'lvgl_micropy_ESP32_GENERIC_S3-SPIRAM_OCT-16.bin' | ||
| $flachPort = 'COM10' | ||
| $port = 'COM11' | ||
|
|
There was a problem hiding this comment.
I would add some kind of a check to ensure the user has WSL and if it is not installed output an error that states using WSL is required. I would also have a check done to make sure the WSL image that is being used in Ubuntu since Ubuntu is known to be compatible with the build system in lvgl_micropython.
No description provided.