Rust-for-Arduboy/Project/test_game/fxdata/fxdata.h
2023-10-12 15:00:50 +02:00

16 lines
451 B
C++

#pragma once
/**** FX data header generated by fxdata-build.py tool version 1.15 ****/
using uint24_t = __uint24;
// Initialize FX hardware using FX::begin(FX_DATA_PAGE); in the setup() function.
constexpr uint16_t FX_DATA_PAGE = 0xffff;
constexpr uint24_t FX_DATA_BYTES = 244;
constexpr uint24_t FX_PLAYER = 0x000000;
constexpr uint16_t FX_PLAYER_WIDTH = 8;
constexpr uint16_t FX_PLAYERHEIGHT = 8;
constexpr uint8_t FX_PLAYER_FRAMES = 15;