fixed an error with types in screen with

This commit is contained in:
ZennDev1337 2023-10-06 09:52:08 +02:00
parent 54bf01cfea
commit 9ad03927de
3 changed files with 14 additions and 13 deletions

View file

@ -12,6 +12,7 @@ const arduboy: Arduboy2 = Arduboy2::new();
// dynamic ram variables
const FX_DATA_PAGE: u16 = 0xffff;
#[allow(dead_code)]
const FX_DATA_BYTES: u32 = 234;
const FXlogo: u32 = 0x000000;
const FXlogoWith: i16 = 115;