Project stm with ST7735 lcd doesn't work

Post here first, or if you can't find a relevant section!
Post Reply
deepcool
Posts: 3
Joined: Sun Mar 23, 2025 5:07 pm

Project stm with ST7735 lcd doesn't work

Post by deepcool »

Hi everyone need help.

I take already built bin from github https://github.com/cbm80amiga/ST7735_SDinfo_stm
Connect ST7735 lcd display
But I have only white screen and nothing else.

If I take already built bin from another project https://github.com/cbm80amiga/ST7735_SDMediaPlayer with simillar connection, all fine and work corectly

CAN anyone help me?!
deepcool
Posts: 3
Joined: Sun Mar 23, 2025 5:07 pm

Re: Project stm with ST7735 lcd doesn't work

Post by deepcool »

Can anyone try? Pls
ag123
Posts: 1898
Joined: Thu Dec 19, 2019 5:30 am
Answers: 30

Re: Project stm with ST7735 lcd doesn't work

Post by ag123 »

you need to mention the core and the board that you used
https://github.com/stm32duino/Arduino_Core_STM32/wiki
viewtopic.php?t=3
viewtopic.php?t=301

and normally, simply taking codes from github may not run out of the box
e.g. that you may need to change the pin references for the pins used for SPI and LCD pins etc.
they should normally have symbols of PAxx, PBxx etc
deepcool
Posts: 3
Joined: Sun Mar 23, 2025 5:07 pm

Re: Project stm with ST7735 lcd doesn't work

Post by deepcool »

I knew about core . Ioc where I can Manage pins,
Its needed if I do it via cube ide or keil

I take already built. bin

And if look where all project did on stm32duino... That means that we re not needed ioc, only bootloader pc13 and scetch if we do it in arduino ide
Post Reply

Return to “General discussion”