Fix nibble

This commit is contained in:
Miloslav Ciz 2025-06-18 23:09:01 +02:00
parent e838d76e72
commit 72ed947273
4 changed files with 11 additions and 8 deletions

View file

@ -16,9 +16,9 @@
#define LCR_SETTING_RESOLUTION_SUBDIVIDE 2
#define LCR_SETTING_GHOST_MAX_SAMPLES 0
#define LCR_LOADING_COMMAND wdt_reset();
#define S3L_SORT 1
#define S3L_SORT 0
#define S3L_Z_BUFFER 0
#define S3L_MAX_TRIANGES_DRAWN 32
#define S3L_MAX_TRIANGLES_DRAWN 32
#define LCR_SETTING_MAP_MAX_BLOCKS 350
#define LCR_SETTING_MAX_MAP_VERTICES 300
#define LCR_SETTING_MAX_MAP_TRIANGLES 500
@ -76,6 +76,7 @@ cbf(BTN_B,5)
void setup()
{
wdt_disable();
Nibble.begin();
display = Nibble.getDisplay();
sprite = display->getBaseSprite();