Product description: Pico Display Pack - 1.14'' 240x135px IPS LCD display overlay
The Pico Display Pack overlay for theRaspberry Pi Picomodule features a1.14" IPS LCDdisplay with240 x 135 pxresolution, as well as fourbuttonsand anRGB LED. The clear, bright18-bitdisplay can be used to display graphics or text, tact-switch buttons can be used to navigate the interface, and the multi-color LED can be programmed as desired. Using the overlay, you can create projects that display a slideshow of photos, display beautiful graphs from sensor data, or create your own Tamagotchi game.
Raspberry Pi Pico
The small Raspberry Pi Pico module features the Raspberry PiRP2040proprietary microcontroller. The Pico is programmed in C/C++ and MicroPython via a microUSB connector.
The manufacturer providesMicroPython software and sample codefor MicroPython and C/C++. |
Main features of Pico Display Pack
- 1.14" 240 x 135 px IPS LCD display
- 4 tact-switch buttons
- RGB LED
- Soldered female connector to plug in Raspberry Pi Pico with soldered male connectors
- Fully assembled
- No soldering required
- Programmed in C / C++
- Dimensions: 53 x 25 x 9 mm
Pico Display Pack pinouts
The Pico Display Pack uses the SPI pin on theLCD_CS, LCD_DC, LCD_SCLKandLCD_MOSIpins to communicate with the display. The PWM pinBL_ENis used to control the backlight.LCD_RESETis tied to theRUNpin of the Pico, so the display will be fully reset along with the Pico.
The four buttons are connected asSW_A, SW_B, SW_X,andSW_Y.
There is also an RGB LED on the board (ideal for use as an activity indicator) which is controlled by PWM has pinsLED_R, LED_GandLED_B. The LED pins can be used for another purpose, there are three tracks on the bottom of the board.
It is powered by 3.3 V through a voltage regulator, which means it can be powered by either USB or an external power source (1.8 V to 5.5 V).
Useful links |