mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-19 08:26:50 +01:00
added invert function, contrast function, changed scrollStop to scrollStop for consistency
This commit is contained in:
14
README.md
14
README.md
@@ -16,7 +16,7 @@ Arduino library for MicroView.
|
||||
2. Start Arduino IDE.
|
||||
3. MicroView example is located at, File--->Example--->MicroView--->MicroViewDemo
|
||||
|
||||
### Example 1
|
||||
### Example 1 - Hello World!
|
||||
<pre><code>
|
||||
#include <MicroView.h>
|
||||
|
||||
@@ -30,7 +30,7 @@ void loop() {
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
### Example 2
|
||||
### Example 2 - Basic Drawing
|
||||
<pre><code>
|
||||
#include <MicroView.h>
|
||||
|
||||
@@ -50,7 +50,7 @@ void loop() {
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
### Example 3
|
||||
### Example 3 - Widgets
|
||||
<pre><code>
|
||||
#include <MicroView.h>
|
||||
|
||||
@@ -73,7 +73,13 @@ void loop() {
|
||||
</code></pre>
|
||||
|
||||
## History
|
||||
**v1.06b: by JP Liew**
|
||||
**v1.07b: 10th February by JP Liew**
|
||||
* changed function name stopScroll to scrollStop for consistency
|
||||
* added contrast function
|
||||
* added invert function
|
||||
* added KEYWORD to keywords.txt
|
||||
|
||||
**v1.06b: 9th February by JP Liew**
|
||||
* fixed Slider negative value not working
|
||||
* added round Gauge widget
|
||||
* changed Example 3 to show round Gauge
|
||||
|
||||
Reference in New Issue
Block a user