mirror of
https://github.com/geekammo/MicroView-Arduino-Library.git
synced 2026-03-02 16:24:07 +01:00
Fixed my typo in MicroView.cpp
Fixed my typo in MicroView.cpp
This commit is contained in:
@@ -1457,7 +1457,7 @@ size_t MicroView::write(uint8_t c) {
|
||||
|
||||
//Horizontal styles, style 0 or 1
|
||||
|
||||
if (style1==0 || style==1) {
|
||||
if (style==0 || style==1) {
|
||||
// Draw major tickers
|
||||
for (uint8_t i=0; i<majorLine;i++) {
|
||||
uView.lineV(offsetX+1+(i*10), offsetY+3, 5);
|
||||
|
||||
Reference in New Issue
Block a user