Jully
Jully
About
- Username
- Jully
- Joined
- Visits
- 1,153
- Last Active
- Roles
- Moderator, user_manager
Comments
-
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…
-
Hello @hmilz , We do provide the tft_config module, and there are two versions available. It's the program files that we provide these. https://github.com/lvgl/lv_micropython/tree/master We have compiled our version of Micropython using the aforem…
-
Hello @M8VL4 , Sorry for delay. Our engineer usually replies messages &questions within 24hours,there are some delay during public holidays, hope for your understanding! I am pleased to confirm that the CrowVision 7 Inch Touch Screen is designe…
-
(Quote) Hello @RCRoeder , Please try the demo code and modify these two parameters in the sample code we provided, as shown in the screenshot. (Image)
-
Hello @Yannick, If you are using Arduino, wiring can be directly using a simple arduino example code to see the led on and off situation https://www.elecrow.com/wiki/ESP32_Display_7.0-inch_HMI_Arduino_Tutorial.html#example1-led-blinking You're foll…
-
Hello,@JDkrebeck Product does not support battery voltage from analog input,but you can test it by adding the crowdtail module Here is the Crowtail link: https://www.elecrow.com/crowtail-lipo-fuel-gauge.html
-
Hi @vic, 1.As the 4G module needs to do power-on timing processing, this aspect is made into a script and this script is required to autostart , so in the image we provide there is this boot up script, but because the new image does not have this sc…
-
Dear Soumya, Please try to change these two parameters from the original code and see the result. (Image) If still not working, please use this attached example code,it's mostly the same, just modified the libraries. If you have any further quest…