Add UI Simulator for Eros Q / K series

Change-Id: I9ffc101bd904b3f0e2d6a86a43fb1ae3fda73a19
This commit is contained in:
Solomon Peachy 2020-10-21 09:12:53 -04:00
parent 6834d1a02f
commit 6b13437aff
4 changed files with 98 additions and 0 deletions

View file

@ -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