Skip to content

Releases: ams-OSRAM/OSP_aoui32

0.5.0

Choose a tag to compare

@maarten-pennings maarten-pennings released this 29 Apr 10:00
  • Added aoui32_oled_word() to show one big word.
  • Init functions aoui32_but_init(), aoui32_led_init(), and aoui32_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 in fillrect).

0.4.0

Choose a tag to compare

@maarten-pennings maarten-pennings released this 21 May 10:00
  • Added formatted message to OLED aoui32_oled_msgf().

0.3.10

Choose a tag to compare

@maarten-pennings maarten-pennings released this 03 Mar 10:58
  • Improved doc on aoui32_but_scan().
  • Bug fix in aoui32_but_init().

0.3.9

Choose a tag to compare

@maarten-pennings maarten-pennings released this 29 Nov 14:37
  • Text correction in readme.md.

0.3.8

Choose a tag to compare

@maarten-pennings maarten-pennings released this 08 Oct 09:34
  • Prefixed modules.drawio.png with library short name.
  • Moved domain from github.com/ams-OSRAM-Group to github.com/ams-OSRAM.
  • BEHAVIOR added to examples.

0.3.7

Choose a tag to compare

@maarten-pennings maarten-pennings released this 06 Sep 07:24
  • Updated description in two examples.
  • Updated readme.md.

0.3.6

Choose a tag to compare

@maarten-pennings maarten-pennings released this 05 Sep 15:21
  • Replaced OSP32 photo.
  • API section in readme now shows parameter names.
  • Added links in readme.md for all example sketches.
  • Corrected link to GitHub from aotop to OSP_aotop.
  • Remove "oalib" from sentence= in library.properties.
  • Arduino name changed from OSP Drivers UI OSP32 board - aoui32 to OSP UIDriversOSP32 aoui32.
  • Renamed dir extra to extras.
  • license.txt, examples\xxx.ino line endings changed from LF to CR+LF.