├── DWIN_Screen.py ├── LICENSE ├── README.md ├── dwinlcd.py ├── encoder.py ├── images ├── GPIO.png ├── panel.png ├── placeholder ├── wire1.png ├── wire2.png ├── wire3.png └── wire4.png ├── printerInterface.py └── simpleLCD.service /DWIN_Screen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/DWIN_Screen.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/README.md -------------------------------------------------------------------------------- /dwinlcd.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/dwinlcd.py -------------------------------------------------------------------------------- /encoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/encoder.py -------------------------------------------------------------------------------- /images/GPIO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/GPIO.png -------------------------------------------------------------------------------- /images/panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/panel.png -------------------------------------------------------------------------------- /images/placeholder: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /images/wire1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/wire1.png -------------------------------------------------------------------------------- /images/wire2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/wire2.png -------------------------------------------------------------------------------- /images/wire3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/wire3.png -------------------------------------------------------------------------------- /images/wire4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/images/wire4.png -------------------------------------------------------------------------------- /printerInterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/printerInterface.py -------------------------------------------------------------------------------- /simpleLCD.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bustedlogic/DWIN_T5UIC1_LCD/HEAD/simpleLCD.service --------------------------------------------------------------------------------