run scripts added fx build commands
This commit is contained in:
parent
b9e517fa21
commit
54bf01cfea
56 changed files with 478 additions and 34 deletions
BIN
Examples/ArduboyFX/fxbasicexample/fxdata/fxdata-data.bin
Normal file
BIN
Examples/ArduboyFX/fxbasicexample/fxdata/fxdata-data.bin
Normal file
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
/**** FX data header generated by fxdata-build.py tool version 1.16 ****/
|
||||
/**** FX data header generated by fxdata-build.py tool version 1.15 ****/
|
||||
|
||||
using uint24_t = __uint24;
|
||||
|
||||
|
|
BIN
Examples/ArduboyFX/fxhelloworld/fxdata/fxdata-data.bin
Normal file
BIN
Examples/ArduboyFX/fxhelloworld/fxdata/fxdata-data.bin
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1,6 +1,6 @@
|
|||
#pragma once
|
||||
|
||||
/**** FX data header generated by fxdata-build.py tool version 1.07 ****/
|
||||
/**** FX data header generated by fxdata-build.py tool version 1.15 ****/
|
||||
|
||||
using uint24_t = __uint24;
|
||||
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
image_t arduboyFont = "arduboyFont_6x8.png"
|
||||
image_t maskedFont = "maskedFont_16x24.png"
|
||||
|
||||
string helloWorld = "Hello World! This example uses the FX::drawString() function to draw text from the FX flash chip."
|
||||
string helloWorld = 'Hello World! This example uses the FX::drawString() function to draw text from the FX flash chip.'
|
Loading…
Add table
Add a link
Reference in a new issue