9 Commits

Author SHA1 Message Date
28b840f1a4 recover GPIOD 11 state after changing it 2025-02-20 01:07:55 +02:00
5b4d65d45c add untested driver prototype for DHT11 humidity and temperature sensor 2025-02-20 01:02:11 +02:00
a2c5b2fe87 add external temperature sensor support, separate different test functions, allow to cycle through different test modes 2025-02-19 19:08:24 +02:00
7e4820d8ac reduce accidental user-button press probability 2025-02-15 14:55:58 +02:00
a5269aae36 increase display update speed 2025-02-15 14:53:57 +02:00
9606a0b1ae poll until ready before sending data, not after
This change improves two aspects:
- display will not receive instructions nor data until it is ready, even
  at startup when no previous commands have been sent
- no time is wasted after writing instructions or data to the display
2025-02-15 14:43:54 +02:00
e696d2f52f fix driver issues, add simple display testing code 2025-02-14 23:03:36 +02:00
b51883ca7d add everything else in the project tree 2025-02-14 23:01:58 +02:00
3351a83cbc initial driver test 2025-02-14 00:01:01 +02:00