Skip to content

Releases: bigdisp/scoreboard-atmega8-i2c

V 1.0.1

22 Aug 14:14
Compare
Choose a tag to compare

Minor changes compared to V 1.0.0:

  • No staggered boot
  • Updated description in readme.md

V 1.0.0

22 Aug 14:12
Compare
Choose a tag to compare

First finished and fully tested release version.

  • Staggered boot of different boards depending on i2c address
  • Change i2c address via i2c. Supported are temporary and permanent changes. This way, the programmer is not required to change the i2c address.
  • Write numbers directly to both digits to support numbers up to 99. To reduce power consumption, for numbers below 10 the first digit is turned off instead of displaying a zero.
  • Write letters and numbers as ascii to the display. Both digits can be changed individually.
  • Enable or disable specific segments to allow alternate use of the board

See readme.md for a complete description.