├── 16x2LCD ├── demo_dht11-dht22.py ├── demo_lcd.py ├── demo_pihole.py ├── demo_timer.py ├── dht11pluspihole.py ├── i2c_lib.py └── lcddriver.py ├── 20x4LCD ├── demo_lcd.py ├── i2c_lib.py └── lcddriver.py ├── LICENSE ├── README.md ├── example.jpg ├── gpioref2.png ├── images ├── demo_dht11-dht22.jpg └── demo_dht11.jpg └── tools └── gpio_status.py /16x2LCD/demo_dht11-dht22.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/demo_dht11-dht22.py -------------------------------------------------------------------------------- /16x2LCD/demo_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/demo_lcd.py -------------------------------------------------------------------------------- /16x2LCD/demo_pihole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/demo_pihole.py -------------------------------------------------------------------------------- /16x2LCD/demo_timer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/demo_timer.py -------------------------------------------------------------------------------- /16x2LCD/dht11pluspihole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/dht11pluspihole.py -------------------------------------------------------------------------------- /16x2LCD/i2c_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/i2c_lib.py -------------------------------------------------------------------------------- /16x2LCD/lcddriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/16x2LCD/lcddriver.py -------------------------------------------------------------------------------- /20x4LCD/demo_lcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/20x4LCD/demo_lcd.py -------------------------------------------------------------------------------- /20x4LCD/i2c_lib.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/20x4LCD/i2c_lib.py -------------------------------------------------------------------------------- /20x4LCD/lcddriver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/20x4LCD/lcddriver.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/README.md -------------------------------------------------------------------------------- /example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/example.jpg -------------------------------------------------------------------------------- /gpioref2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/gpioref2.png -------------------------------------------------------------------------------- /images/demo_dht11-dht22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/images/demo_dht11-dht22.jpg -------------------------------------------------------------------------------- /images/demo_dht11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/images/demo_dht11.jpg -------------------------------------------------------------------------------- /tools/gpio_status.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bradgillap/I2C-LCD-Display/HEAD/tools/gpio_status.py --------------------------------------------------------------------------------