Update readme
This commit is contained in:
parent
aab53fc11a
commit
822375ff7d
6 changed files with 178 additions and 36 deletions
|
@ -33,11 +33,8 @@ TFT_eSPI tft;
|
|||
#define LCR_SETTING_LOG_LEVEL 0
|
||||
#define LCR_SETTING_LOD_DISTANCE 100
|
||||
#define LCR_SETTING_CAR_ANIMATION_SUBDIVIDE 0
|
||||
|
||||
#define LCR_SETTING_FPS 25
|
||||
|
||||
#define LCR_SETTING_POTATO_GRAPHICS 1
|
||||
|
||||
#define LCR_SETTING_ENABLE_DATA_FILE 0
|
||||
#define LCR_SETTING_ONLY_SMALL_MAPS 1
|
||||
|
||||
|
@ -65,7 +62,7 @@ uint8_t LCR_keyPressed(uint8_t key)
|
|||
case LCR_KEY_LEFT: return keys & 0x01; break;
|
||||
case LCR_KEY_A: return keys & 0x10; break;
|
||||
case LCR_KEY_B: return keys & 0x20; break;
|
||||
default: return 0; break;
|
||||
default: return 0; break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue