diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-27 11:42:13 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-27 11:42:13 +0530 |
| commit | 02c12bfedcf669df81491ea49502a982e980bcda (patch) | |
| tree | 109a6a0564a79d455b6ada92ff97c7c25f36c6b0 /src/display.h | |
| parent | 124c45a43829b58558b35a75c2369c1bf1ba86ef (diff) | |
| download | daft-watch-02c12bfedcf669df81491ea49502a982e980bcda.tar.gz daft-watch-02c12bfedcf669df81491ea49502a982e980bcda.zip | |
Refactor button
Diffstat (limited to '')
| -rw-r--r-- | src/display.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/display.h b/src/display.h index f01ee73..44c0c0e 100644 --- a/src/display.h +++ b/src/display.h @@ -2,8 +2,6 @@ #define _LOADED_DISPLAY #include <stdint.h> -#include "rtc.h" - // "_gfedcba" // Reversed because a-g is mapped to pa0-6. (pa7 is decimal) // Complemented because display is common anode |
