Rust-for-Arduboy/Project/test_game/fxdata/fxdata.h

17 lines
451 B
C
Raw Permalink Normal View History

2023-10-12 11:16:00 +02:00
#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;
2023-10-12 15:00:50 +02:00
constexpr uint24_t FX_DATA_BYTES = 244;
2023-10-12 11:16:00 +02:00
2023-10-12 15:00:50 +02:00
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;
2023-10-12 11:16:00 +02:00