-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe Problem with my screen configuration #90
Comments
If the information is faint, this typically indicates low voltage to the panel. Check that the switch on your driver board is set correctly to 0.47. To better help you, please share what driver board, panel, and esp32 board you are using. |
Type-C and/or 3.7v battery is fine. What driver board are you using? The DESPI-C02 or the Waveshare E-Paper Driver HAT rev2.2/rev2.3? |
E-Paper Driver HAT rev2.3 |
Now,Low battery shown on screen |
The rev2.3 is not officially supported by this project, instead, you should buy the DESPI-C02. There have been similar reports of issues with low contrast using the rev2.3 #42 #62 #82. Some people have found working solutions for the rev2.3 so if you are dedicated to making the rev2.3 work, then start there. |
Please confirm the following:
If none of those things are the problem, please provide your serial monitor output. |
Please send a clearer picture of your wiring. |
Your wiring looks good. How about...
|
Means your code should look like this... // E-PAPER PANEL
// This project supports the following E-Paper panels:
// DISP_BW_V2 - 7.5in e-paper (v2) 800x480px Black/White
// DISP_3C_B - 7.5in e-Paper (B) 800x480px Red/Black/White
// DISP_7C_F - 7.3in ACeP e-Paper (F) 800x480px 7-Color
// DISP_BW_V1 - 7.5in e-paper (v1) 640x384px Black/White
// Uncomment the macro that identifies your physical panel.
#define DISP_BW_V2
// #define DISP_3C_B
// #define DISP_7C_F
// #define DISP_BW_V1
// E-PAPER DRIVER BOARD
// Uncomment the macro that identifies your driver board hardware.
#define DRIVER_DESPI_C02
// #define DRIVER_WAVESHARE |
Just like this before |
Please provide your serial monitor output. |
--- Terminal on COM3 | 115200 8-N-1 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) |
What model of epaper panel are you using? I just assumed that it was the 7.5in e-paper (v2) 800x480px Black/White. If it is the colored version make sure the correct panel is selected in config.h. |
7.5in e-Paper (B) 800x480px Red/Black/White |
BINGO! I should have asked that earlier. Try this... // E-PAPER PANEL
// This project supports the following E-Paper panels:
// DISP_BW_V2 - 7.5in e-paper (v2) 800x480px Black/White
// DISP_3C_B - 7.5in e-Paper (B) 800x480px Red/Black/White
// DISP_7C_F - 7.3in ACeP e-Paper (F) 800x480px 7-Color
// DISP_BW_V1 - 7.5in e-paper (v1) 640x384px Black/White
// Uncomment the macro that identifies your physical panel.
// #define DISP_BW_V2
#define DISP_3C_B
// #define DISP_7C_F
// #define DISP_BW_V1 |
I got it.That's the key.Thanks a lot! |
Perfect! Glad to hear you got it working. Enjoy your weather display! |
Dear lmarzen,
After upload successfully,My screen was lit up but turn to black seconds later,I hardly see information on screen.How to fix it?It circulated about every 10 min.
Thanks!
The text was updated successfully, but these errors were encountered: