Difference between revisions of "1.3''-LCD-Breakout"
From SB-Components Wiki
(Created page with "<div class="row"> <div class="large-8 column"> == 1.3'' LCD Breakout == 1.3” LCD breakout is a 1.3-inch diagonal display with 240 x 240 resolution, 65K RGB colors, clear...") |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="row"> | <div class="row"> | ||
<div class="large-8 column"> | <div class="large-8 column"> | ||
− | == 1. | + | == 1.3inch LCD Breakout == |
1.3” LCD breakout is a 1.3-inch diagonal display with 240 x 240 resolution, 65K RGB colors, clear and colorful displaying effect, Four Push buttons, and a joystick. The 1.3" LCD breakout includes an integrated ST7789VM display driver and SPI interface, reducing the number of IO pins required. | 1.3” LCD breakout is a 1.3-inch diagonal display with 240 x 240 resolution, 65K RGB colors, clear and colorful displaying effect, Four Push buttons, and a joystick. The 1.3" LCD breakout includes an integrated ST7789VM display driver and SPI interface, reducing the number of IO pins required. | ||
Line 19: | Line 19: | ||
</div> | </div> | ||
<div class="large-4 column"> | <div class="large-4 column"> | ||
− | [[ | + | [[File:1.3inchLCDBreakout_700x.png|thumb|left|alt=1.3'' LCD Breakout | Buy it From : ''[https://shop.sb-components.co.uk/products/1-3-lcd-breakout Click Here]'']] |
</div> | </div> | ||
</div> | </div> | ||
== Installation == | == Installation == | ||
− | |||
+ | '''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 the laptop after this a new storage device comes, name "RPI-RP2", then drag and drop this file to pico | ||
+ | |||
+ | ===For setup the Board in thonny=== | ||
+ | * Stack Raspberry Pi Pico on the female header of Pico Sense HAT. | ||
+ | * Connect USB cable on Raspberry Pi Pico USB port. | ||
+ | * Choose interpreter as MicroPython (Raspberry Pi Pico). | ||
+ | |||
+ | [[File:Thonny-interpreter.PNG|600px]] | ||
+ | |||
+ | Example: Connect to Raspberry pi Pico | ||
+ | |||
+ | [[File:Lcd_1.3.jpg|600px]] | ||
+ | |||
+ | [[File:Lcd_1.3-2.jpg|600px]] | ||
== Resources == | == Resources == | ||
<b> Github </b> | <b> Github </b> | ||
* [https://github.com/sbcshop/1.3-inch-LCD-Breakout.git Source Code] | * [https://github.com/sbcshop/1.3-inch-LCD-Breakout.git Source Code] |
Latest revision as of 12:57, 17 January 2022
1.3inch LCD Breakout
1.3” LCD breakout is a 1.3-inch diagonal display with 240 x 240 resolution, 65K RGB colors, clear and colorful displaying effect, Four Push buttons, and a joystick. The 1.3" LCD breakout includes an integrated ST7789VM display driver and SPI interface, reducing the number of IO pins required.
Features
- 1.3inch diagonal, 240x240 resolution, with embedded controller, communicating via SPI interface.
- SPI interface, requires minimum GPIO for controlling.
- Comes with development resources and manual (examples for Raspberry Pi/Jetson Nano/ Arduino/STM32).
Specifications
- Operating Voltage - 3.3 V
- Pixels - 240x240 resolution
- Pixel Size - 0.0975 (H) x 0.0975 (V) mm
- Display Driver - ST7789VM
- Display Color - 65K RGB
Installation
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 the laptop after this a new storage device comes, name "RPI-RP2", then drag and drop this file to pico
For setup the Board in thonny
- Stack Raspberry Pi Pico on the female header of Pico Sense HAT.
- Connect USB cable on Raspberry Pi Pico USB port.
- Choose interpreter as MicroPython (Raspberry Pi Pico).
Example: Connect to Raspberry pi Pico
Resources
Github