├── .gitignore ├── Adafruit_CharLCDPlate.py ├── Adafruit_I2C.py ├── display_ntp_stats.py ├── images ├── big-clock.jpg ├── offset.jpg └── precision.jpg └── readme.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/.gitignore -------------------------------------------------------------------------------- /Adafruit_CharLCDPlate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/Adafruit_CharLCDPlate.py -------------------------------------------------------------------------------- /Adafruit_I2C.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/Adafruit_I2C.py -------------------------------------------------------------------------------- /display_ntp_stats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/display_ntp_stats.py -------------------------------------------------------------------------------- /images/big-clock.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/images/big-clock.jpg -------------------------------------------------------------------------------- /images/offset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/images/offset.jpg -------------------------------------------------------------------------------- /images/precision.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/images/precision.jpg -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jacken/Raspberry-Pi-ntp-server-LCD-display/HEAD/readme.md --------------------------------------------------------------------------------