Pico LCD 1.14 Terminal Display

RP2040 based microcontroller boards running MicroPython.
Target audience: MicroPython users with an RP2040 boards.
This does not include conventional Linux-based Raspberry Pi boards.
Post Reply
rowen
Posts: 1
Joined: Tue Aug 24, 2021 7:15 pm

Pico LCD 1.14 Terminal Display

Post by rowen » Tue Aug 24, 2021 7:26 pm

I am looking for some help with displaying a shell/terminal for a RPI Pico on a Pico LCD 1.14 display. I already have the display connected and the examples that I have downloaded have worked. To say I am a noob to MicroPython would be an understatement. I have rudimentary programming skills so I do understand at a basic level what is going on. I do not need to interact with the code except when connected via USB. I just need to display text and possibly change background colors. Any help would be appreciated.

fdufnews
Posts: 76
Joined: Mon Jul 25, 2016 11:31 am

Re: Pico LCD 1.14 Terminal Display

Post by fdufnews » Thu Aug 26, 2021 8:01 pm

I suppose you are talking about that display https://shop.pimoroni.com/products/pico-display-pack

If so, there are code examples here https://github.com/pimoroni/pimoroni-pi ... co_display

Beware that Pimoroni has its custom Micropython embedding some libraries that you may not find on the official one see here https://learn.pimoroni.com/tutorial/hel ... -with-pico and here https://github.com/pimoroni/pimoroni-pi ... es/latest/

Post Reply