Releases: ams-OSRAM/OSP_aoui32
Releases · ams-OSRAM/OSP_aoui32
0.5.0
- Added
aoui32_oled_word()to show one big word. - Init functions
aoui32_but_init(),aoui32_led_init(), andaoui32_oled_init()now have explicit pin parameters (with OSP32 pins as default). aoui32_oled_state()now has, in addition to the strings to be displayed in the OLED field, also explicit labels (tiny font in upperleft of OLED field). The label parameters have defaults to be backward compatible. Note that argument names have changed, not their function.- API doc specifies which fonts are used.
- Added link to examples.
- Switched to toled library 0.7.1 (chars appearance/width changed, dding
mono5, bug solved infillrect).
0.4.0
- Added formatted message to OLED
aoui32_oled_msgf().
0.3.10
- Improved doc on
aoui32_but_scan(). - Bug fix in
aoui32_but_init().
0.3.9
- Text correction in
readme.md.
0.3.8
- Prefixed
modules.drawio.pngwith library short name. - Moved domain from
github.com/ams-OSRAM-Grouptogithub.com/ams-OSRAM. - BEHAVIOR added to examples.
0.3.7
- Updated description in two examples.
- Updated
readme.md.
0.3.6
- Replaced OSP32 photo.
- API section in readme now shows parameter names.
- Added links in
readme.mdfor all example sketches. - Corrected link to GitHub from aotop to OSP_aotop.
- Remove "oalib" from
sentence=inlibrary.properties. - Arduino name changed from
OSP Drivers UI OSP32 board - aoui32toOSP UIDriversOSP32 aoui32. - Renamed dir
extratoextras. license.txt,examples\xxx.inoline endings changed from LF to CR+LF.