Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

kguzek/lcd-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LCD Display

This is a showcase Python project which can be run on a Raspberry Pi with a temperature and humidity sensor as well as an LCD board to output the current measured values. It bases on the RPLCD library with added utility functions which facilitate scrolling text, typewriter effect and automatic centering.

The display cycles between sensor values and system temperature, which is read from the Raspberry Pi's default temperature virtual device.

Hardware compatibility

The program automatically detects any missing devices. In the case of no sensors, it mocks the data as random values, and if there is no LCD connected it uses the console output as a mock 16x2 LCD board using the console_graphics module from corny_commons. If it is run on another device than a Raspberry Pi (e.g. WSL on Windows), it will likely not detect the system temperature correctly and will instead leave the value loading.

Demo

lcd-display

About

A program allowing you to easily display sensor values on your Raspberry Pi's LCD.

Topics

Resources

License

Stars

Watchers

Forks

Contributors