LCD display [Advise needed]

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
mondalex
Posts: 3
Joined: Tue Jan 16, 2018 6:39 pm

Re: LCD display [Advise needed]

Post by mondalex » Tue Jan 16, 2018 6:47 pm

I want the microPython REPL prompt to show on the 128x64 glcd. How can I do that?

lnsri22
Posts: 75
Joined: Fri Aug 17, 2018 12:16 pm
Location: India

Re: LCD display [Advise needed]

Post by lnsri22 » Mon Oct 21, 2019 7:30 am

Can Someone clarify on why this won't work with STM32 Nucleo-f401re ?

After connecting, I could only see the display getting reset properly.

Nothing more!!
lnsri22 :)

vahithosan
Posts: 19
Joined: Wed Jul 26, 2017 5:15 pm

Re: LCD display [Advise needed]

Post by vahithosan » Mon Feb 03, 2020 12:12 pm

Anyone using st7920? I am looking for 128x64 lcd with big screen and cheap. If you are using, which library you are using.

User avatar
russ_h
Posts: 88
Joined: Thu Oct 03, 2019 2:26 am
Contact:

Re: LCD display [Advise needed]

Post by russ_h » Wed Feb 05, 2020 3:04 am

mondalex wrote:
Tue Jan 16, 2018 6:47 pm
I want the microPython REPL prompt to show on the 128x64 glcd. How can I do that?
Check out: https://github.com/boochow/FBConsole

Post Reply