mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-10 20:16:54 +01:00
added checkComm() function to communicate with host PC
This commit is contained in:
17
README.md
17
README.md
@@ -72,12 +72,27 @@ void loop() {
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
### Example 4 - Communication
|
||||
<pre><code>
|
||||
#include <MicroView.h>
|
||||
|
||||
void setup() {
|
||||
uView.begin();
|
||||
uView.clear(PAGE);
|
||||
}
|
||||
|
||||
void loop() {
|
||||
uView.checkComm();
|
||||
}
|
||||
</code></pre>
|
||||
|
||||
## History
|
||||
**v1.07b: 10th February by JP Liew**
|
||||
**v1.07b: 15th February by JP Liew**
|
||||
* changed function name stopScroll to scrollStop for consistency
|
||||
* added contrast function
|
||||
* added invert function
|
||||
* added KEYWORD to keywords.txt
|
||||
* added checkComm() function to communicate with host PC
|
||||
|
||||
**v1.06b: 9th February by JP Liew**
|
||||
* fixed Slider negative value not working
|
||||
|
||||
Reference in New Issue
Block a user