diff options
author | inmarket <andrewh@inmarket.com.au> | 2015-11-21 19:28:12 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2015-11-21 19:28:12 +1000 |
commit | 3ae120406e1244d728276b2bcc74d03d1ccb230d (patch) | |
tree | f429f479c6e146e1c3cdfc986689ca6750b1c4c2 /boards/base/ArduinoTinyScreen/gfx/gfx.h | |
parent | c5a86757bd8309027d50f82d8947250c8e1197e6 (diff) | |
download | uGFX-3ae120406e1244d728276b2bcc74d03d1ccb230d.tar.gz uGFX-3ae120406e1244d728276b2bcc74d03d1ccb230d.tar.bz2 uGFX-3ae120406e1244d728276b2bcc74d03d1ccb230d.zip |
Add an Arduino Sketch project.
It shows how to add ugfx as a sketch library.
Diffstat (limited to 'boards/base/ArduinoTinyScreen/gfx/gfx.h')
-rw-r--r-- | boards/base/ArduinoTinyScreen/gfx/gfx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/boards/base/ArduinoTinyScreen/gfx/gfx.h b/boards/base/ArduinoTinyScreen/gfx/gfx.h new file mode 100644 index 00000000..19116626 --- /dev/null +++ b/boards/base/ArduinoTinyScreen/gfx/gfx.h @@ -0,0 +1 @@ +#include "ugfx/gfx.h"
\ No newline at end of file |