2020-04-03 03:51 PM - last edited on 2024-11-06 06:34 AM by Andrew Neil
Hello guys, I want to control 128*64 GLCD(ks0108) with STM32 blue pill.
I searched many resources on the internet but I could't find any useful example.
How can I use 128*64 GLCD with STM32 MCUs?
Could you share library and connection diagram?
2020-04-03 04:32 PM
Like this one? https://www.adafruit.com/product/188
Can't you find a generic driver for it and simply map your available GPIO's to it? Going to want 5V Tolerant pins for the OUTPUTs
http://www.vishay.com/docs/37329/37329.pdf
Find an Arduino diagram, especially related to power connections.
>> I searched many resources on the internet but I could't find any useful example.
I find this hard to believe. There's perhaps not something that'll walk you over every step for your specific case in painful detail, but there's surely enough information to infer what's needed.
2020-04-04 03:21 PM
yes like this GLCD. I'm newbie on STM microcontrollers
I couldn't find a working example, In the examples I found on the internet, the detailed information was not shared(pin connection) and wasn't working, I have tried all the examples that I found. what I want is to control like this glcd using the stdperiph library