Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.35 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.35 KB

1.3-inch-LCD-Breakout

1.3inch LCD breakout Module for microcontrollers eg: Raspberry pi, Arduino and raspberry pi pico etc. it has , 65K Colors, 240×240, supports SPI protocol

In this folder you see two python files and one firmware.uf2 file

  • st7789.py -> this file contain the library of the lcd module, save the file in the raspberry pi pico
  • main.py -> this file contain the main code, you need to run this file, you also need to save this file to Pico
  • firmware.uf2 -> by pressing bootsel of the pico and hold then connect to laptop after this a new stroage device is come, name "RPI-RP2",then drag and drop this file to pico

For setup the Board in thonny

  • Now connect USB Cable on USB Port of Pico.
  • Open Thonny IDE and Choose interpreter as MicroPython (Raspberry Pi pico).

Example : Connect to Raspberry pi Pico