Skip to content

Commit 52e2be3

Browse files
Version 1.1.0
1 parent c9fda4a commit 52e2be3

File tree

8 files changed

+589
-211
lines changed

8 files changed

+589
-211
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ There are 7 example files included.
6868
| GRAPHICS| Graphics | dislib16 ADVANCED GRAPHICS ENABLE must be enabled for all tests to work|
6969
| FUNCTIONS FPS| Functions(like rotate, scroll) + FPS tests| --- |
7070
| BITMAP| 1,8 & 16 bit bitmaps tests + bitmap FPS tests| Bitmap test data is stored in arrays |
71-
| DEMO| A demo showing a gauge | dislib16 ADVANCED GRAPHICS ENABLE must be enabled |
71+
| DEMOS| A demo showing a round coloured gauge | dislib16 ADVANCED GRAPHICS ENABLE must be enabled |
72+
| DEMOS_2| Simulated voltmeter with gradient color gauge | |
73+
| DEMOS_3| Vertical Gauges based on sin(x), cos(x), & sin(x)*cos(x). Updates over time to create a dynamic effect.| |
7274
| FRAME BUFFER | Testing frame Buffer mode | dislib16 ADVANCED SCREEN BUFFER ENABLE must be enabled user option 2 |
7375

7476
### SPI

examples/BITMAP/BITMAP.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*!
22
@file BITMAP.ino
33
@author Gavin Lyons
4-
@brief Example ino file for st7735 bitmap tests + FPS bitmap test. a
5-
@details Arduino libray ST7735_LTSM library. See USER OPTIONS 1-3 in SETUP function
4+
@brief Example ino file for st7735 bitmap tests + FPS bitmap test.
5+
@details Arduino library ST7735_LTSM. See USER OPTIONS 1-3 in SETUP function
66
@test
77
-# Test 300 Sprite
88
-# Test 301 icons

0 commit comments

Comments
 (0)