Skip to main content

Questions tagged [lcd]

Liquid Crystal Display. For questions regarding connection and control of small LCD displays.

0 votes
1 answer
198 views

I have a Raspberry Pi 3 B+ Rev 1.3 running Raspberry Pi OS (64 bit). I am doing a weather/clock project that uses an LCD display connected to the raspberry pi GPIO pins. The project is here for ...
cookja's user avatar
  • 1
0 votes
0 answers
62 views

I want to use the 1.3" SPI Colour Square LCD (240x240) with a pico and micropython. According to the website that is possible. However, when looking at the github page of examples there is ...
user3553471's user avatar
1 vote
1 answer
82 views

I'm trying to drive an I2C LCD screen. I know the device address from i2cdetect -y 1 It's 0x3f. I reset the screen by setting LOW and HIGH the RST GPIO 4 (the RST pin is connected to GPIO4). Then I ...
bbd 666's user avatar
  • 107
1 vote
0 answers
65 views

I have a question regarding controlling my LCD1602 with my Raspberry Pi 5. To do this I am using the smbus2 library. Here is my code that uses the smbus library to control the i2c system: try: ...
Matthew Moller's user avatar
0 votes
0 answers
374 views

Two days ago I started experimenting with Raspberry PI 4B and a 3.5 inch MHS display as described here: http://www.lcdwiki.com/MHS-3.5inch_RPi_Display I started, of course, by installing Raspberry PI ...
Karlsson's user avatar
0 votes
0 answers
261 views

I have Raspberry Pi 4 Model B I want to connect SPI TFT 4" LCD HSD-9190J-D1 using GPIO pins. Kindly help me up with proper connections and necessary drivers required for the LCD to work as ...
Jiwan Rai's user avatar
1 vote
0 answers
580 views

I've got a SH1106 1.3" OLED LCD working fine with the luma driver (on I2C) and using the default font on a Pi Zero W running bullseye. I'd just like to use a larger font, but cannot figure out ...
user3217032's user avatar
0 votes
1 answer
166 views

I'm using a Raspberry Pi Pico and an ili9341 touchscreen. To the codes below; import machine import ili9341 # Set up the SPI bus spi = machine.SPI(0, baudrate=10000000, miso=machine.Pin(16), mosi=...
MEnsar55's user avatar

15 30 50 per page
1
2 3 4 5
9