17 lines
467 B
C
17 lines
467 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 = 124;
|
||
|
|
||
|
constexpr uint24_t FX_DATA_TILES = 0x000000;
|
||
|
constexpr uint16_t FX_DATA_TILES_WIDTH = 8;
|
||
|
constexpr uint16_t FX_DATA_TILESHEIGHT = 8;
|
||
|
constexpr uint8_t FX_DATA_TILES_FRAMES = 15;
|
||
|
|