Jully
Jully
About
- Username
- Jully
- Joined
- Visits
- 1,175
- Last Active
- Roles
- Moderator, user_manager
Comments
-
Hello @npc6789998212 May I ask if you are using our sample code? Can you share what code you are using? Based on the steps you've outlined, it seems like the touch functionality is intermittently failing after certain conditions. Here are a few su…
-
Hi @DerFrickler , The "snowstorm" effect on the display during the firmware update process likely stems from resource contention or interference between the SD card operations and the display update process. Here are a few possible causes …
-
(Quote) Hi , Please kindly refer to this website for the lesson: https://www.elecrow.com/wiki/esp32-display-502727-intelligent-touch-screen-wi-fi26ble-800480-hmi-display.html#video-lessons and here is the sample code: https://github.com/Elecrow-R…
-
Hello @skarm The "CLONE" option in the MISC (miscellaneous) settings of an on-screen display (OSD) typically refers to a display mode where the same content is duplicated on multiple screens connected to the same source. Here’s what it ge…
-
Hello @robouden , SH1.0 Horizontal SMT Connector (Image)
-
Hello @kweetje , Are you using our demo code? Did you place our libraries in your libraries folder? Please refer to this website and ensure the libraries are in the correct folder. https://www.elecrow.com/wiki/CrowPanel_ESP32_Terminal_RGB_with_Platf…
-
Hello @RCRoeder , I'm sorry to hear that your 7'' HMI touch is not working. I have attached the latest touch code, please try to use this sample code. Getting Touch to Work Regarding the version number, is this the V3.0 you are looking for? The sil…
-
Hello @hmilz , Q:I'm talking about the 5.0 inch HMI board. Which build target did you use for this? GENERIC_S3 or GENERIC_S3_SPIRAM or GENERIC_S3_SPIRAM_OCT, or anything else? A:Generic ESP32-S3 (SPIRAM) Q:Does "allow" mean it can be done…
-
Hello @mathi_kbr , https://docs.lvgl.io/master/details/widgets/keyboard.html You can connect a keyboard to an lv_textarea (text area) component and then retrieve the text content from this lv_textarea. ` // Create a text area (textarea) lv_obj_t *te…
-
Hi @hmilz , The LVGL + Micropython firmware is an official release designed specifically for using LVGL with Micropython. Could you please clarify your requirements? Here's the answer to some questions 1.Can I use MP-current, or did Elecrow add an…