Merge pull request #1792 from GriffinRichards/display-tiles

Add DISPLAY_TILE_* constants
This commit is contained in:
GriffinR
2022-10-05 20:44:28 -04:00
committed by GitHub
18 changed files with 67 additions and 64 deletions
+3
View File
@@ -67,6 +67,9 @@
#define DISPLAY_WIDTH 240
#define DISPLAY_HEIGHT 160
#define DISPLAY_TILE_WIDTH (DISPLAY_WIDTH / 8)
#define DISPLAY_TILE_HEIGHT (DISPLAY_HEIGHT / 8)
#define TILE_SIZE_4BPP 32
#define TILE_SIZE_8BPP 64