From 2d08f0a781269e7137d906191300b4964932eb5c Mon Sep 17 00:00:00 2001 From: Ben Combee Date: Mon, 2 Jan 2023 02:24:46 -0600 Subject: [PATCH] Typo fixes for basic-example.ino Fixed spelling of Python and indentation of comment --- .../ArduboyFX/examples/basic-example/basic-example.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board-package-source/libraries/ArduboyFX/examples/basic-example/basic-example.ino b/board-package-source/libraries/ArduboyFX/examples/basic-example/basic-example.ino index 962849d..1bb0ce7 100644 --- a/board-package-source/libraries/ArduboyFX/examples/basic-example/basic-example.ino +++ b/board-package-source/libraries/ArduboyFX/examples/basic-example/basic-example.ino @@ -5,14 +5,14 @@ * 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. * -* 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. * * 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. * * 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. * ******************************************************************************/