aboutsummaryrefslogtreecommitdiff
path: root/src/lcd.h
diff options
context:
space:
mode:
authorVictor Mignot <victor@vmignot.fr>2026-02-06 15:56:46 +0100
committerVictor Mignot <victor@vmignot.fr>2026-02-06 15:56:46 +0100
commitced75dd25b796310e55c79141ce17c1d9f1eefbe (patch)
tree5f25a054a695d19a99ca72fd1e9d0bfdec80b7e6 /src/lcd.h
parent719538162cd390963b3ac8f2965a3e6546162b3b (diff)
downloadnanji-main.tar.gz
[WIP] ST7789V: add display controller driverHEADmain
Diffstat (limited to 'src/lcd.h')
-rw-r--r--src/lcd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lcd.h b/src/lcd.h
new file mode 100644
index 0000000..bbe1280
--- /dev/null
+++ b/src/lcd.h
@@ -0,0 +1,7 @@
+#ifndef LCD_H
+#define LCD_H
+
+#define LCD_WIDTH 240
+#define LCD_HEIGHT 240
+
+#endif