Add screen mirroring, watch input, splash screen, and architecture docs

Mirrors the C64 text screen to the Pebble watch (with game-specific
  umlaut handling), adds a SELECT-triggered key wheel for sending
  navigation input back to the emulator, shows a splash screen on watch
  launch, and documents the resulting end-to-end architecture.
This commit is contained in:
ml
2026-06-21 19:15:19 +02:00
parent 463c85e62f
commit 89c99b50e2
9 changed files with 545 additions and 42 deletions
+9 -2
View File
@@ -24,10 +24,17 @@
},
"messageKeys": [
"TIME",
"COMMAND"
"COMMAND",
"SCREEN"
],
"resources": {
"media": []
"media": [
{
"type": "bitmap",
"name": "IMAGE_SPLASH",
"file": "splash.png"
}
]
}
}
}