Replies: 6 comments 33 replies
-
please also provide a PDQgraphicstest Youtube video link for this display. |
Beta Was this translation helpful? Give feedback.
-
It's not currently working. I had a previous screen and it worked. You can see here: https://youtu.be/qXRFZEE0E-8?feature=shared Now I bought a new new screen (should be exactly the same) and same config but this happens: https://youtu.be/C-H4saEgjLM?feature=shared I have no idea why. Exactly the same version of hardware. |
Beta Was this translation helpful? Give feedback.
-
`// parallel display 0 /* hsync_polarity /, 0 / hsync_front_porch /, 210 / hsync_pulse_width /, 30 / hsync_back_porch /, |
Beta Was this translation helpful? Give feedback.
-
Ok, committed. |
Beta Was this translation helpful? Give feedback.
-
No problem with WiFi however this need a bit tweaking works awesome.JohanVerstuurd vanaf mijn iPhoneOp 21 nov 2023 om 16:51 heeft orange pill ***@***.***> het volgende geschreven:
Is there a way to avoid this? It's really irritating.
Maybe settings need slight adjustment and if so, where to look?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The Panlee display get a keyboard and mouse.... see video. Best. |
Beta Was this translation helpful? Give feedback.
-
Can you add support for this screen? Here
I believe it should be
define TFT_BL 45
Arduino_ESP32RGBPanel* rgbpanel = new Arduino_ESP32RGBPanel(
39 /* DE /, 38 / VSYNC /, 5 / HSYNC /, 9 / PCLK /,
10 / R0 /, 11 / R1 /, 12 / R2 /, 13 / R3 /, 14 / R4 /,
21 / G0 /, 0 / G1 /, 46 / G2 /, 3 / G3 /, 8 / G4 /, 18 / G5 /,
17 / B0 /, 16 / B1 /, 15 / B2 /, 7 / B3 /, 6 / B4 /,
0 / hsync_polarity /, 20 / hsync_front_porch /, 1 / hsync_pulse_width /, 87 / hsync_back_porch /,
0 / vsync_polarity /, 5 / vsync_front_porch /, 1 / vsync_pulse_width /, 31 / vsync_back_porch /,
1 / pclk_active_neg /, 24000000 / prefer_speed /,
0 / de_idle_high /, 0 / pclk_idle_high */);
Arduino_RGB_Display* gfx = new Arduino_RGB_Display(
800 /* width /, 480 / height */, rgbpanel);.
However, I seem to get an initial white flush, washing effect but then black screen.
Beta Was this translation helpful? Give feedback.
All reactions