Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1015 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 1015 Bytes

pyHomeAlarmKeypad

A pygame powered keypad for pyHomeAlarm themed after System Shock 2 The following features have been implemented:

Alarm keypad and energy monitoring: image

Weather station display: image

Rain/Lightning map: image

Security camera display for cameras supporting ONVIF: image

This project contains custom touchscreen handling that fixes many touchscreens in framebuffer mode. Check out handleTouchscreen() if you want to learn more, and if your pygame touchscreen project only works in X11 but you get weird touch coordinates in framebuffer mode.