├── .directory ├── .gitignore ├── 20230227_153754.jpg ├── 20230227_153808.jpg ├── 20240922_105024.jpg ├── CAD ├── .directory ├── Housing v1.0.FCStd └── WaveShare RGB Full-Color LED Matrix Panel 64x32 Pixels 4mm Pitch Adjustable Brightness (WS22101).png ├── DotMatrix fonts ├── .directory ├── characters.svg ├── characters.xlsx ├── characters_14x8.pdf └── characters_7x5.pdf ├── LICENSE ├── README.md ├── Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.pdf ├── Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.svg ├── src ├── .directory ├── characters.py ├── datetime_util.py ├── main.py ├── main_HUB75_bitbanging.py ├── main_HUB75_flicker_asyncio.py ├── main_HUB75_flicker_thread.py ├── main_Hub75MicroPython.py ├── main_Sensirion_SHT40.py ├── main_asyncio.py ├── main_wlan+syncNTP.py └── wlan_util.py └── tox.ini /.directory: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/.directory -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/.gitignore -------------------------------------------------------------------------------- /20230227_153754.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/20230227_153754.jpg -------------------------------------------------------------------------------- /20230227_153808.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/20230227_153808.jpg -------------------------------------------------------------------------------- /20240922_105024.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/20240922_105024.jpg -------------------------------------------------------------------------------- /CAD/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | HeaderColumnWidths=606,72,100,87 3 | Timestamp=2024,9,12,10,3,43.82 4 | Version=4 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /CAD/Housing v1.0.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/CAD/Housing v1.0.FCStd -------------------------------------------------------------------------------- /CAD/WaveShare RGB Full-Color LED Matrix Panel 64x32 Pixels 4mm Pitch Adjustable Brightness (WS22101).png: -------------------------------------------------------------------------------- 1 | /home/mada/Making/MatrixClock_MicroPythonESP/Datenblätter/WaveShare RGB Full-Color LED Matrix Panel 64x32 Pixels 4mm Pitch Adjustable Brightness (WS22101).png -------------------------------------------------------------------------------- /DotMatrix fonts/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | HeaderColumnWidths=606,72,100,87 3 | Timestamp=2023,12,5,16,7,2.243 4 | Version=4 5 | ViewMode=1 6 | -------------------------------------------------------------------------------- /DotMatrix fonts/characters.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/DotMatrix fonts/characters.svg -------------------------------------------------------------------------------- /DotMatrix fonts/characters.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/DotMatrix fonts/characters.xlsx -------------------------------------------------------------------------------- /DotMatrix fonts/characters_14x8.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/DotMatrix fonts/characters_14x8.pdf -------------------------------------------------------------------------------- /DotMatrix fonts/characters_7x5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/DotMatrix fonts/characters_7x5.pdf -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/README.md -------------------------------------------------------------------------------- /Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.pdf -------------------------------------------------------------------------------- /Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/Wiring Diagram - RGB-Matrix-P4-64x32 with NodeMCU.svg -------------------------------------------------------------------------------- /src/.directory: -------------------------------------------------------------------------------- 1 | [Dolphin] 2 | HeaderColumnWidths=606,72,100,87 3 | Timestamp=2023,12,7,8,7,17.529 4 | Version=4 5 | -------------------------------------------------------------------------------- /src/characters.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/characters.py -------------------------------------------------------------------------------- /src/datetime_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/datetime_util.py -------------------------------------------------------------------------------- /src/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main.py -------------------------------------------------------------------------------- /src/main_HUB75_bitbanging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_HUB75_bitbanging.py -------------------------------------------------------------------------------- /src/main_HUB75_flicker_asyncio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_HUB75_flicker_asyncio.py -------------------------------------------------------------------------------- /src/main_HUB75_flicker_thread.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_HUB75_flicker_thread.py -------------------------------------------------------------------------------- /src/main_Hub75MicroPython.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_Hub75MicroPython.py -------------------------------------------------------------------------------- /src/main_Sensirion_SHT40.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_Sensirion_SHT40.py -------------------------------------------------------------------------------- /src/main_asyncio.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_asyncio.py -------------------------------------------------------------------------------- /src/main_wlan+syncNTP.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/main_wlan+syncNTP.py -------------------------------------------------------------------------------- /src/wlan_util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/src/wlan_util.py -------------------------------------------------------------------------------- /tox.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/danielmader/MatrixClock_MicroPythonESP/HEAD/tox.ini --------------------------------------------------------------------------------