-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11665 from gemu2015/udisplay
Udisplay
- Loading branch information
Showing
12 changed files
with
1,241 additions
and
17 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
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,30 @@ | ||
####################################### | ||
# Syntax Coloring Map | ||
####################################### | ||
|
||
####################################### | ||
# Datatypes (KEYWORD1) | ||
####################################### | ||
|
||
ST7789 KEYWORD1 | ||
|
||
|
||
####################################### | ||
# Methods and Functions (KEYWORD2) | ||
####################################### | ||
|
||
setRotation KEYWORD2 | ||
setAddrWindow KEYWORD2 | ||
pushColor KEYWORD2 | ||
drawPixel KEYWORD2 | ||
drawFastVLine KEYWORD2 | ||
drawFastHLine KEYWORD2 | ||
fillRect KEYWORD2 | ||
setRotation KEYWORD2 | ||
setRotation KEYWORD2 | ||
height KEYWORD2 | ||
width KEYWORD2 | ||
invertDisplay KEYWORD2 | ||
drawImage KEYWORD2 | ||
setScrollArea KEYWORD2 | ||
scroll KEYWORD2 |
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,9 @@ | ||
name=universal display Library | ||
version=0.1 | ||
author=Gerhard Mutz | ||
maintainer=Gerhard Mutz | ||
sentence=This is a library a couple of displays. | ||
paragraph=This is a library a couple of displays. | ||
category=Display | ||
url=https://github.com/arendst/Tasmota | ||
architectures=* |
Oops, something went wrong.