-
Notifications
You must be signed in to change notification settings - Fork 8
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
ESP32 or Wemos D1 R32 - ILI9486 4" #9
Comments
I had a white screen with a too high SPI_FREQUENCY in Setup11_RPi_touch_ILI9486 |
Great,
Thanks for your response. I was in a tough spot, but eventually decided to
code my own very low ram fast gui which is working with 356 bytes of ram
with menus, responding buttons, layering etc. Refreshing is by group, which
is not as neat and elegant as others, but good enough for my use.
Kind regards,
Teo
On Friday, January 21, 2022, StefanKellerAC ***@***.***> wrote:
I had a white screen with a too high SPI_FREQUENCY in
Setup11_RPi_touch_ILI9486
with an ESP32, an 3.5 inch Raspi Display (from ELEGOO) and ILI9486_DRIVER
with
#define SPI_FREQUENCY 15000000
it works
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.<
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Calvin Hass and M Hotchin,
I used your src to run 9486 on ArduinoMega and ESP32 and Wemos. On Mega everything is ok.
On ESP32 I have "blank screen" serial port shows communication.
On Wemos screen is also blank, but on serial port showes rubbish In cpp i changed the analogWrite LCD_BL to digitalWrite, it doesn't help at all.
Have you ever met such issues.
Hardware is ok, runs on other applications.
Pawel,
The text was updated successfully, but these errors were encountered: