Make buttons visible on Gabbro
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
const uint16_t UP_Y = 45;
|
||||
const uint16_t SELECT_Y = 105;
|
||||
const uint16_t DOWN_Y = 165;
|
||||
#elif PBL_PLATFORM_GABBRO // TODO Improve button positions (validate against official)
|
||||
const uint16_t UP_Y = 90;
|
||||
const uint16_t SELECT_Y = 121;
|
||||
const uint16_t DOWN_Y = 160;
|
||||
#else
|
||||
const uint16_t UP_Y = 50;
|
||||
const uint16_t SELECT_Y = 90;
|
||||
|
||||
Reference in New Issue
Block a user