├── LCD ├── DEV_Config.c ├── DEV_Config.h ├── Debug.h ├── GUI_BMP.c ├── GUI_BMP.h ├── GUI_Paint.c ├── GUI_Paint.h ├── LCD_2inch4.c ├── LCD_2inch4.h ├── font12.c ├── font16.c ├── font20.c ├── font24.c ├── font48.c ├── font50.c ├── font8.c ├── fonts.h └── readme_EN.txt ├── LICENSE ├── Makefile ├── NASsie.c ├── NASsie_utils.c ├── NASsie_utils.h ├── README.md ├── bin └── LCD_2inch4.o └── pic ├── NASsie_splash.h ├── NASsie_stat.h └── NASsie_temp.h /LCD/DEV_Config.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/DEV_Config.c -------------------------------------------------------------------------------- /LCD/DEV_Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/DEV_Config.h -------------------------------------------------------------------------------- /LCD/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/Debug.h -------------------------------------------------------------------------------- /LCD/GUI_BMP.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/GUI_BMP.c -------------------------------------------------------------------------------- /LCD/GUI_BMP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/GUI_BMP.h -------------------------------------------------------------------------------- /LCD/GUI_Paint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/GUI_Paint.c -------------------------------------------------------------------------------- /LCD/GUI_Paint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/GUI_Paint.h -------------------------------------------------------------------------------- /LCD/LCD_2inch4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/LCD_2inch4.c -------------------------------------------------------------------------------- /LCD/LCD_2inch4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/LCD_2inch4.h -------------------------------------------------------------------------------- /LCD/font12.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font12.c -------------------------------------------------------------------------------- /LCD/font16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font16.c -------------------------------------------------------------------------------- /LCD/font20.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font20.c -------------------------------------------------------------------------------- /LCD/font24.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font24.c -------------------------------------------------------------------------------- /LCD/font48.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font48.c -------------------------------------------------------------------------------- /LCD/font50.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font50.c -------------------------------------------------------------------------------- /LCD/font8.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/font8.c -------------------------------------------------------------------------------- /LCD/fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/fonts.h -------------------------------------------------------------------------------- /LCD/readme_EN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LCD/readme_EN.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/Makefile -------------------------------------------------------------------------------- /NASsie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/NASsie.c -------------------------------------------------------------------------------- /NASsie_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/NASsie_utils.c -------------------------------------------------------------------------------- /NASsie_utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/NASsie_utils.h -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/README.md -------------------------------------------------------------------------------- /bin/LCD_2inch4.o: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/bin/LCD_2inch4.o -------------------------------------------------------------------------------- /pic/NASsie_splash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/pic/NASsie_splash.h -------------------------------------------------------------------------------- /pic/NASsie_stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/pic/NASsie_stat.h -------------------------------------------------------------------------------- /pic/NASsie_temp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CyberLeader3000/NASsie/HEAD/pic/NASsie_temp.h --------------------------------------------------------------------------------