Add icon positions for Chalk

This commit is contained in:
2026-07-19 15:14:42 -04:00
parent e36925eccb
commit fa00f92884
+5
View File
@@ -14,6 +14,11 @@ const int8_t ICON_X_OFFSET = -1;
const uint16_t UP_Y = 80;
const uint16_t SELECT_Y = 121;
const uint16_t DOWN_Y = 162;
#elif PBL_PLATFORM_CHALK
const int8_t ICON_X_OFFSET = -1;
const uint16_t UP_Y = 53;
const uint16_t SELECT_Y = 81;
const uint16_t DOWN_Y = 109;
#else
const int8_t ICON_X_OFFSET = 0;
const uint16_t UP_Y = 50;