Your shopping cart is empty!
Display Image on the graphic LCD using Maker Nano RP2040 and CircuitPython
- Idris Zainal Abidin
- 21 Dec 2021
- 2290
Introduction
In this tutorial, I will share how to display an image on the graphic LCD using Maker Nano RP2040 and I program it using CircuitPython.
Video
Hardware Preparation
This is the list of items used in the video.
Sample Program
This is CircuitPython sample program. You need to include this library in your CIRCUITPY/lib folder. You can download it from CircuitPython Library Bundle.
- adafruit_st7735r.mpy
Thank You
References:
- CircuitPython Display Support Using displayio - Display a Bitmap
Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.
"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."