-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- add support to Arduino Library Manager
- Loading branch information
Sandro
committed
May 18, 2019
1 parent
c6d7c6d
commit 8d1ee99
Showing
3 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Syntax Coloring Map For ExampleLibrary | ||
|
||
# Datatypes (KEYWORD1) | ||
VGAX KEYWORD1 | ||
VGAXUtils KEYWORD1 | ||
|
||
# Methods and Functions (KEYWORD2) | ||
begin KEYWORD2 | ||
end KEYWORD2 | ||
putpixel KEYWORD2 | ||
getpixel KEYWORD2 | ||
putpixel4 KEYWORD2 | ||
getpixel4 KEYWORD2 | ||
clear KEYWORD2 | ||
copy KEYWORD2 | ||
bitblit KEYWORD2 | ||
blit KEYWORD2 | ||
blit4 KEYWORD2 | ||
blit8 KEYWORD2 | ||
blitwmask KEYWORD2 | ||
blit8wmask KEYWORD2 | ||
blit4aligned KEYWORD2 | ||
blit8aligned KEYWORD2 | ||
fillrect KEYWORD2 | ||
printPROGMEM KEYWORD2 | ||
printSRAM KEYWORD2 | ||
delay KEYWORD2 | ||
millis KEYWORD2 | ||
micros KEYWORD2 | ||
tone KEYWORD2 | ||
noTone KEYWORD2 | ||
|
||
# Instances (KEYWORD2) | ||
vgaxfb KEYWORD2 | ||
vtimer KEYWORD2 | ||
|
||
# Constants (LITERAL1) | ||
VGAX_HEIGHT LITERAL1 | ||
VGAX_BWIDTH LITERAL1 | ||
VGAX_WIDTH LITERAL1 | ||
VGAX_BSIZE LITERAL1 | ||
VGAX_SIZE LITERAL1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name=VGAX | ||
version=1.2.0 | ||
author=Sandro Maffiodo <[email protected]> | ||
maintainer=Sandro Maffiodo <[email protected]> | ||
sentence=VGA signal generator for UNO and MEGA | ||
paragraph=Supports 120x60px 2bpp on Arduino UNO and 120x240px 2bpp on Arduino MEGA | ||
category=Display | ||
url=https://github.com/smaffer/vgax | ||
architectures=avr | ||
includes=VGAX.h |