Rust-for-Arduboy/Examples/ArduboyFX/fxhelloworld/fxdata/fxdata.txt

5 lines
218 B
Text
Raw Permalink Normal View History

image_t arduboyFont = "arduboyFont_6x8.png"
image_t maskedFont = "maskedFont_16x24.png"
2023-10-05 11:55:17 +02:00
string helloWorld = 'Hello World! This example uses the FX::drawString() function to draw text from the FX flash chip.'