Compare commits
3 Commits
dc43b60b02
...
5b7c2081bf
| Author | SHA1 | Date |
|---|---|---|
|
|
5b7c2081bf | |
|
|
d734e25c63 | |
|
|
2d08f0a781 |
|
|
@ -0,0 +1,15 @@
|
|||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: # Replace with a single Patreon username
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: mrblinky
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||
polar: # Replace with a single Polar username
|
||||
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
|
||||
thanks_dev: # Replace with a single thanks.dev username
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
|
|
@ -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.
|
||||
*
|
||||
******************************************************************************/
|
||||
|
|
|
|||
Loading…
Reference in New Issue