Elecrow
Elecrow
About
- Username
- Elecrow
- Joined
- Visits
- 1,337
- Last Active
- Roles
- Member
Comments
-
Hello @SteveHodge , I checked the instructions. The sentence "hdmi_mode=1" should be deleted. https://forum.elecrow.com/uploads/574/H4JDVBCTN95K.png Really sorry for the misleading.
-
It seems that the Raspberry Pi system has not adapted the UI to 800*480 resolutions, and it is not a problem with the screen itself. In order to temporarily solve the problem of not being able to display the window completely, you can set the resolu…
-
Hello @michaelmalak , You can connect it directly to a laptop running Linux. Unfortunately, we don't have a sample code for that.
-
Hello @SteveHodge , The screen displays content by connecting to the Raspberry Pi motherboard and receiving image signals. Normally, the memory size of the SD card does not affect the use of the screen. Please connect Raspberry Pi to another screen…
-
Hello @pippi , It looks like something got into the water pump and caused it to become clogged. Please send your order number and question edit email to info@elecrow.com. Staff will handle follow-up questions for you. In addition, please install a f…
-
Hello @smitti , Because the plug-in in Home Assistant that can write code does not have the display driver and touch driver of our ESP32 RGB screen, we are currently unable to make Home Assistant projects for these screens. We have contacted ESPHome…
-
The 7-inch ESP32 screen is an RGB screen. We use the Arduino_GFX library as the driver. We need to define the pins and create objects according to the hardware connection of the screen. The screen setting part is in the sample program we provide, as…
-
Hello @MrSunshine , Thank you very much for your feedback and suggestions. I'm sorry that we ignored the capitalization issue. We will modify the name of the folder and add a reminder to the wiki. Thank you again for your help
-
Hello @MrSunshine , Please check if you have installed the correct GFX library. You need to install the "GFX Library for Arduino" https://forum.elecrow.com/uploads/101/X3LMSSG8RWI7.png instead of the Adafruit GFX Library https://forum.ele…
-
Hello @ysf_mrmr , Very sorry for the late reply. What version is your Arduino_GFX library? If it is version 1.3.0 or above, the function interface will be different. You need to modify the screen definition in the demo code: Arduino_ESP32RGBPanel *r…