summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-21 09:12:53 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-21 13:24:01 +0000
commit6b13437aff3a2720763f3918aaa5cd3ce1624625 (patch)
tree4752a32ca65c40f85fe2a43c04154d4a4c6e0272 /firmware
parent6834d1a02f1099c7dcd1428613a12f6eef0c6821 (diff)
downloadrockbox-6b13437aff3a2720763f3918aaa5cd3ce1624625.tar.gz
rockbox-6b13437aff3a2720763f3918aaa5cd3ce1624625.zip
Add UI Simulator for Eros Q / K series
Change-Id: I9ffc101bd904b3f0e2d6a86a43fb1ae3fda73a19
Diffstat (limited to 'firmware')
-rw-r--r--firmware/target/hosted/sdl/sim-ui-defines.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/target/hosted/sdl/sim-ui-defines.h b/firmware/target/hosted/sdl/sim-ui-defines.h
index 31c95b0e13..55ef96b984 100644
--- a/firmware/target/hosted/sdl/sim-ui-defines.h
+++ b/firmware/target/hosted/sdl/sim-ui-defines.h
@@ -528,6 +528,13 @@
#define UI_LCD_POSX 26
#define UI_LCD_POSY 40
+#elif defined(EROS_Q)
+#define UI_TITLE "AIGO EROS Q"
+#define UI_WIDTH 400 /* width of GUI window */
+#define UI_HEIGHT 653 /* height of GUI window */
+#define UI_LCD_POSX 45
+#define UI_LCD_POSY 50
+
#elif defined(SIMULATOR)
#error no UI defines
#endif