Define based on height, not width

This commit is contained in:
2026-07-20 21:52:23 -04:00
parent 62fd6aa756
commit 8cd1dbd11a
+3 -3
View File
@@ -4,17 +4,17 @@
#include "neat_bar.h"
#include <pebble.h>
#if PBL_DISPLAY_WIDTH >= 260 && PBL_ROUND
#if PBL_DISPLAY_HEIGHT >= 260 && PBL_ROUND
#define DEFAULT_SPREAD 41
#define SELECT_Y 118
#define ICON_X_OFFSET -1
//
#elif PBL_DISPLAY_WIDTH >= 200 && PBL_RECT
#elif PBL_DISPLAY_HEIGHT >= 228 && PBL_RECT
#define DEFAULT_SPREAD 60
#define SELECT_Y 102
#define ICON_X_OFFSET 0
//
#elif PBL_DISPLAY_WIDTH >= 180 && PBL_ROUND
#elif PBL_DISPLAY_HEIGHT >= 180 && PBL_ROUND
#define DEFAULT_SPREAD 28
#define SELECT_Y 78
#define ICON_X_OFFSET -1