Skip to content

Commit

Permalink
Repo set up
Browse files Browse the repository at this point in the history
  • Loading branch information
technosf committed Jan 28, 2019
1 parent c5edf04 commit b77c9d7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
37 changes: 37 additions & 0 deletions keywords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
#######################################
# Syntax Coloring Map
#######################################

#######################################
# Datatypes (KEYWORD1)
#######################################

#######################################
# Methods and Functions (KEYWORD2)
#######################################

xgamma8 KEYWORD2
xgammaarray8 KEYWORD2

xrgbgamma8 KEYWORD2
xrgbwgamma8 KEYWORD2

xhsv2rgb8 KEYWORD2
xhsv2rgbgamma8 KEYWORD2

xhsv2rgbw8s KEYWORD2
xhsv2rgbw8e KEYWORD2
xhsv2rgbw8w KEYWORD2
xhsv2rgbw8t KEYWORD2

xrgb2rgbw8 KEYWORD2

xrgb2rgbwgamma8 KEYWORD2
xhsv2rgbw8 KEYWORD2
xhsv2rgbgamma8 KEYWORD2
xhsv2rgbwgamma8 KEYWORD2

######################################
# Constants (LITERAL1)
#######################################

10 changes: 10 additions & 0 deletions library.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name=ESPxRGB
version=0.1.0
author=technosf <[email protected]>
maintainer=technosf <[email protected]>
sentence=RGB manipulation functions in Xtensa assembler for ESP SoC
paragraph=RGB, RGBW, HSV conversion functions and Gamma Correction using Xtensa assembler for ESP SoCs.
category=Other
url=https://github.com/technosf/ESPxRGB
architectures=esp32,esp2688
includes=ESPxRGB.h

0 comments on commit b77c9d7

Please sign in to comment.