Typo fixes for basic-example.ino

Fixed spelling of Python and indentation of comment
This commit is contained in:
Ben Combee 2023-01-02 02:24:46 -06:00 committed by GitHub
parent c26e9dd8a6
commit 2d08f0a781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
* This is a basic example that shows how you can draw a image from FX external * This is a basic example that shows how you can draw a image from FX external
* flash memory. It will draw the Arduboy FX logo and move it around the screen. * flash memory. It will draw the Arduboy FX logo and move it around the screen.
* *
* Before this example sketch is uploaded and run on the Arduboy FX, make sure * Before this example sketch is uploaded and run on the Arduboy FX, make sure
* the fxdata this sketch has been build and uploaded to the Arduboy FX. * the fxdata this sketch has been build and uploaded to the Arduboy FX.
* *
* If the Arduboy FX Arduino plugin has been installed you can simply choose the * If the Arduboy FX Arduino plugin has been installed you can simply choose the
* 'Build and upload Arduboy FX data' from the Arduino IDE Tools menu. * 'Build and upload Arduboy FX data' from the Arduino IDE Tools menu.
* *
* Alternatively the fxdata.txt script file can be build using the fxdata-build.py * Alternatively the fxdata.txt script file can be build using the fxdata-build.py
* Phyton script and the fxdata.bin file can be uploaded using the uploader-gui.py, * Python script and the fxdata.bin file can be uploaded using the uploader-gui.py,
* fxdata-upload.py or flash-writer.py Python script using the -d switch. * fxdata-upload.py or flash-writer.py Python script using the -d switch.
* *
******************************************************************************/ ******************************************************************************/