Initial Skeleton setup

This commit is contained in:
2026-08-02 14:40:37 +02:00
parent 10dc9b1b83
commit ac2c05868f
26 changed files with 44 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
// Display palette module
+1
View File
@@ -0,0 +1 @@
// Primary LCD module
+1
View File
@@ -0,0 +1 @@
// Secondary OLED module
+1
View File
@@ -0,0 +1 @@
// Display sprite module
+1
View File
@@ -0,0 +1 @@
// Tertiary LCD module
+3
View File
@@ -0,0 +1,3 @@
pub mod card_view;
pub mod menu_view;
pub mod status_bar;
+1
View File
@@ -0,0 +1 @@
// Card view module
+1
View File
@@ -0,0 +1 @@
// Menu view module
+1
View File
@@ -0,0 +1 @@
// Status bar view module