Releases: noopkat/oled-js
Releases · noopkat/oled-js
4.0.1
4.0.0
API changes (breaking):
writeString
method now requires an extra param -linespacing
. Please see the README for more info.
Patches:
- updated dev dependency Johnny-Five
- nice update to the scroll method names in the docs - thanks @vladiks ✨
- bug fix for the newer Adafruit OLED breakout boards - they now require the reset signal on I2C.
3.1.2
3.1.1
v3.0.1
v3.0.0
API changes:
- instantiation params dropped in favour of opts object format. Please see updated README for examples of options for each protocol/device.
- startscroll method renamed to startScroll
- stopscroll method renamed to stopScroll
New features:
- 64x48 size screen now supported, outside of Microview device
- Bluetooth LE demo file
Patches:
- 'BLE' port conditional within waitUntilReady method now removed.
- USB demo files updated with examples of opts object
v2.1.1
Patches:
- escape WaitUntilReady and do not try to read busy byte over I2C if using BLE connection rather than USB. The protocol is slow enough that it does not need to wait. This speeds things up, and no ble firmata library I've used reads this byte correctly anyway.