22[ ![ Arduino CI] ( https://github.com/RobTillaart/HT16K33/workflows/Arduino%20CI/badge.svg )] ( https://github.com/marketplace/actions/arduino_ci )
33[ ![ Arduino-lint] ( https://github.com/RobTillaart/HT16K33/actions/workflows/arduino-lint.yml/badge.svg )] ( https://github.com/RobTillaart/HT16K33/actions/workflows/arduino-lint.yml )
44[ ![ JSON check] ( https://github.com/RobTillaart/HT16K33/actions/workflows/jsoncheck.yml/badge.svg )] ( https://github.com/RobTillaart/HT16K33/actions/workflows/jsoncheck.yml )
5+ [ ![ GitHub issues] ( https://img.shields.io/github/issues/RobTillaart/HT16K33.svg )] ( https://github.com/RobTillaart/HT16K33/issues )
6+
57[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/RobTillaart/HT16K33/blob/master/LICENSE )
68[ ![ GitHub release] ( https://img.shields.io/github/release/RobTillaart/HT16K33.svg?maxAge=3600 )] ( https://github.com/RobTillaart/HT16K33/releases )
9+ [ ![ PlatformIO Registry] ( https://badges.registry.platformio.org/packages/robtillaart/library/HT16K33.svg )] ( https://registry.platformio.org/libraries/robtillaart/HT16K33 )
710
811
912# HT16K33
@@ -55,7 +58,7 @@ get leading/trailing zero's correctly.
5558
5659## Interface
5760
58- ``` CPP
61+ ``` cpp
5962#include " HT16K33.h"
6063```
6164
@@ -230,7 +233,12 @@ Mainly for a 0.4.0
230233 - [ status] dd.d
231234- add examples
232235 - car battery monitor (voltage divider & analogRead)
233-
236+ -
237+ - add more "special chars"?
238+ - #define HT16K33_P Pascal / Pressure 0x73
239+ - #define HT16K33_J joule 0x0E
240+ - #define HT16K33_H humidity 0x76
241+
234242
235243#### Wont (unless sponsored)
236244
@@ -240,4 +248,16 @@ Mainly for a 0.4.0
240248 - flip every digit (function to overwrite the char array)
241249- ** HUD(bool hud = false)** = Heads Up Display
242250 - flip every digit
251+ - ** lastTime()** in millis too much overhead.
252+ - add special chars to keywords? nope
253+ - ** readCache(int n)** access internal cache => dumpSerial()
254+
255+
256+ ## Support
257+
258+ If you appreciate my libraries, you can support the development and maintenance.
259+ Improve the quality of the libraries by providing issues and Pull Requests, or
260+ donate through PayPal or GitHub sponsors.
261+
262+ Thank you,
243263
0 commit comments