Skip to content

Commit

Permalink
- add support to Arduino Library Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro committed May 18, 2019
1 parent c6d7c6d commit 8d1ee99
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VGAX.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ HERE you can find some inline documentation about the VGAX library class
#ifndef __VGAX_library__
#define __VGAX_library__

#define VGAX_VERSION "1.2.0"

#ifdef ARDUINO
#include <Arduino.h>
#endif
Expand Down
42 changes: 42 additions & 0 deletions keywords.txt
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
10 changes: 10 additions & 0 deletions library.properties
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

0 comments on commit 8d1ee99

Please sign in to comment.