cancel
Showing results for 
Search instead for 
Did you mean: 

control 128*64 GLCD (ks0108) with STM32 blue pill

BKAYS.1
Associate

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?

2 REPLIES 2

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
BKAYS.1
Associate

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