Skip to content

Commit

Permalink
Increase Map Screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jgauchia committed Jun 26, 2024
1 parent 1df7b66 commit 6d9a5dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/maps/src/globalMapsDef.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include "tft.hpp"

#ifdef LARGE_SCREEN
#define MAP_HEIGHT 374 // Map Height Size
#define MAP_HEIGHT 440 //374 // Map Height Size
#define MAP_WIDTH 320 // Map Width Size
#else
#define MAP_HEIGHT 240 // Map Height Size
#define MAP_HEIGHT 280 // Map Height Size
#define MAP_WIDTH 240 // Map Width Size
#endif

Expand Down

0 comments on commit 6d9a5dc

Please sign in to comment.