STM32F103C8 & ST7789: Black screen #3622
Unanswered
Bruur-vr
asked this question in
Q&A - General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've bought a BluePill+ and a 1.3inch 240x240 ST7789 cheap chinese TFT LCD display.
Using old arduino IDe 1.6.5 and libraries: Adafruit_GFX 1.7.5, Arduino ST7789 STM32 (Pawel A. Hernik) 1.0.1 (& Fast ST7789 Library Pawel A. Hernik 1.0.4) I can get it working at a fast display clear & fill speed around 35Mbps.
But I would like to use a more recent version of the IDE since I'm going to be using 2SPI devices (SD & LCD) and recent version is more user friendly. I've tried this (eSPI) library but only get a black screen (backlight is on, I can see it switching when pressing reset).
Pins who give 3V (average, measured with multimeter range was 20V DC):
A0, A1, A2, A3, A11, A15, B4
Which is weird since PA5 & PA7 is defined as MOSI & SCLK, but they don't output anything..?
Any suggestions on how to troubleshoot this?
Beta Was this translation helpful? Give feedback.
All reactions