├── HardWare ├── Gerber_PCB_OPi_OLED_FanCtrl小板V2_2023-05-06.zip └── OPi_OLED_FanCtrl小板 │ ├── OPi_OLED_FanCtrl小板.json │ ├── PCB_OPi_OLED_FanCtrl小板.json │ └── info ├── README.md ├── Software ├── Makefile ├── inc │ ├── ConMemRW.h │ ├── DevInfo.h │ ├── MatrixFont.h │ ├── NetTools.h │ ├── SSD1306_IIC.h │ └── UserCfg.h └── src │ ├── ConMemRW.c │ ├── DevInfo.c │ ├── ICONS.c │ ├── MatrixFont.c │ ├── NetTools.c │ ├── SSD1306_IIC.c │ └── main.c └── rtdevinfo.jpg /HardWare/Gerber_PCB_OPi_OLED_FanCtrl小板V2_2023-05-06.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/HardWare/Gerber_PCB_OPi_OLED_FanCtrl小板V2_2023-05-06.zip -------------------------------------------------------------------------------- /HardWare/OPi_OLED_FanCtrl小板/OPi_OLED_FanCtrl小板.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/HardWare/OPi_OLED_FanCtrl小板/OPi_OLED_FanCtrl小板.json -------------------------------------------------------------------------------- /HardWare/OPi_OLED_FanCtrl小板/PCB_OPi_OLED_FanCtrl小板.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/HardWare/OPi_OLED_FanCtrl小板/PCB_OPi_OLED_FanCtrl小板.json -------------------------------------------------------------------------------- /HardWare/OPi_OLED_FanCtrl小板/info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/HardWare/OPi_OLED_FanCtrl小板/info -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/README.md -------------------------------------------------------------------------------- /Software/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/Makefile -------------------------------------------------------------------------------- /Software/inc/ConMemRW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/ConMemRW.h -------------------------------------------------------------------------------- /Software/inc/DevInfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/DevInfo.h -------------------------------------------------------------------------------- /Software/inc/MatrixFont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/MatrixFont.h -------------------------------------------------------------------------------- /Software/inc/NetTools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/NetTools.h -------------------------------------------------------------------------------- /Software/inc/SSD1306_IIC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/SSD1306_IIC.h -------------------------------------------------------------------------------- /Software/inc/UserCfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/inc/UserCfg.h -------------------------------------------------------------------------------- /Software/src/ConMemRW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/ConMemRW.c -------------------------------------------------------------------------------- /Software/src/DevInfo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/DevInfo.c -------------------------------------------------------------------------------- /Software/src/ICONS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/ICONS.c -------------------------------------------------------------------------------- /Software/src/MatrixFont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/MatrixFont.c -------------------------------------------------------------------------------- /Software/src/NetTools.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/NetTools.c -------------------------------------------------------------------------------- /Software/src/SSD1306_IIC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/SSD1306_IIC.c -------------------------------------------------------------------------------- /Software/src/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/Software/src/main.c -------------------------------------------------------------------------------- /rtdevinfo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Temperature6/OPi4_RTDevInfo/HEAD/rtdevinfo.jpg --------------------------------------------------------------------------------