How to get the repl on a 128x64 glcd?

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
mondalex
Posts: 3
Joined: Tue Jan 16, 2018 6:39 pm

How to get the repl on a 128x64 glcd?

Post by mondalex » Sun Mar 25, 2018 9:28 am

I want to use the lolin32 lite board to display the repl on a 128x64 glcd. Can anyone please help me on how to do it?

Sent from my Lenovo TB-8704X using Tapatalk


User avatar
liudr
Posts: 211
Joined: Tue Oct 17, 2017 5:18 am

Re: How to get the repl on a 128x64 glcd?

Post by liudr » Mon Mar 26, 2018 6:12 pm

I don't know if the official MicroPython comes with a display driver or not. Lobo's port of the official MicroPython comes with a display driver. Read here:

https://github.com/loboris/MicroPython_ ... ki/display

Maybe you can start from there, find a compatible display to the driver, then explore the possibility of using it for repl.

Post Reply