Skip to content

Commit 0b88d0c

Browse files
committed
Merge branch 'dev-branch-3.0.0'
* dev-branch-3.0.0: (45 commits) Rename SSD1306 to OLEDDisplay Typo fixes, linked Upgrade Guide to README Add info about text logging feature Add initial draft Implement proper scrolling Implement basic Print interface #35 Updated the README file with missing API functions Fix remaining issues discussed in #26 Fixe typo Added section about hardware abstraction Fixes discussed in #26 Reset state values when calling setFrames Fixing #34 Always install time lib Add `ClockDemo` to travis build Update examples Add abstraction for hardware interface Add optional support for using brzo as i2c lib Added digital clock example using drawLine and drawCircle Quick hack to set currentFrame at 0 when calling setFrames. Allows multilevel navigation. Removed ino files from build path ...
2 parents 4548c4a + 81dd0a9 commit 0b88d0c

27 files changed

+4412
-2697
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ cache:
99
- "~/.platformio"
1010

1111
env:
12-
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo/SSD1306UiDemo.ino
13-
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo/SSD1306SimpleDemo.ino
14-
12+
- PLATFORMIO_CI_SRC=examples/SSD1306UiDemo
13+
- PLATFORMIO_CI_SRC=examples/SSD1306SimpleDemo
14+
- PLATFORMIO_CI_SRC=examples/SSD1306ClockDemo
15+
1516

1617
install:
1718
- pip install -U platformio
19+
- platformio lib install 44
1820

1921
script:
2022
- platformio ci --lib="." --board=nodemcuv2

0 commit comments

Comments
 (0)