Replies: 1 comment 3 replies
-
HI @ht93 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to use black pill (weact v3.1, newest stm32core installed through arduino IDE, https://github.com/WeActTC/MiniSTM32F4x1) with 2 inch ST7789 IPS display (https://www.waveshare.com/2inch-lcd-module.htm) using the Adafruit_ST7789 (https://github.com/adafruit/Adafruit-ST ... t_ST7789.h) under Adafruit_GFX. I have attached my code here. My code works fine with the arduino nano. However it does not work on black pill. Arduino IDE successfully uploaded the program to the black pill. But the display is always black (black light is on, but nothing shows). I tried to solve it on my own, like change the pin number and make sure the pin is correctly connected, look into the library but does not know what is wrong. May I know anyone know what wrong with this? Thanks a lot!
My computer development environment is: Windows 10 19042.1052, arduino IDE 1.8.13, core 2.0.0, upload method DFU, adafruit st7735 and st7789 library 1.7.3, adafruit gfx library 1.10.10
Beta Was this translation helpful? Give feedback.
All reactions