How to drive an LCD screen with micropython?
-
I am a new beginner, I have used Arduino and touch screen for some simple projects, now I want to port some projects to Raspberry Pi, I need to use micropython language, but I don't know much about it.
-
@jack-austin This is the wrong forum for Raspberry Pi Pico and MicroPython. Better go to https://forum.micropython.org/
-
@Andy-Smith said in How to drive an LCD screen with micropython?:
I am a new beginner, I have used Arduino and touch screen for some simple projects, now I want to port some projects to Raspberry Pi, I need to use micropython language, but I don't know much about it.
Hello. I am also here for the same question
-
@robert-hh Sorry for the late reply, the screen uses the UART interface.
-
@Andy-Smith There's a good beginners guide for the pico with an oled @ https://www.tomshardware.com/how-to/oled-display-raspberry-pi-pico
-
@Andy-Smith then this is the wrong forum. Please ask at forum.micropython.org. besides that, which interface has the LCD? Parallel, I2C or SPI?
-
@robert-hh I do use a Raspberry Pi pico.
-
@Andy-Smith which raspberry pi model you use. Fod the Pico MicroPython is the right tool.
-
@jcaron I see that the Raspberry Pi official website recommends using micropython to write, if python can also do it, I can also try it, but I searched the Internet to see the examples, even using python to write it also need to use the micropython library.
-
@livius
Thanks for the suggestion, I will ask the question on the Raspberry Pi forum.
-
@Andy-Smith also, why use micropython on a Raspberry Pi when you can use full Python? Micropython is designed to run on more limited devices which don’t have the capabilities needed to run full Python.
-
@Andy-Smith said in How to drive an LCD screen with micropython?:
I want to port some projects to Raspberry Pi,
Then why not ask on Raspberry Pi forum?