Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

63 lines (38 loc) · 1.22 KB

CHANGELOG

v0.4.4 [2021/03/04]

  • added AVR109 bootloader.

v0.4.3 [2021/03/04]

  • allow to send single zero.
  • add clear command send on clear button long push.

v0.4.2 [2021/03/03]

  • fix zero imput handling, when zero is imputed as first character.

v0.4.1 [2021/02/22]

  • fix multiplex for animations and special characters.

v0.4.0 [2021/02/22]

  • segments inverted to back side.
  • keypad mapping changed to mobile phone layout.
  • maximum of 3 digits can be imputed at the time. (There is no owerflow)
  • variable single digit multiplex to increase brightness.

v0.3.0 [2021/02/18]

First firmware release. This release includes:

  • 7 segment display driver.
  • key matrix readout.
  • USART driver and simple transport packet format.
  • Coplete startup and device operation.

v0.2.4 [2021/01/19]

  • button alignment.

v0.2.3 [2021/01/19]

  • move 7-segments together.
  • generate step file for case design.

v0.2.2 [2021/01/15]

  • Fix P-MOS driver transistors connections.
  • Confirm 7-segmet parts.

v0.2.1 [2021/01/08]

  • Fix usb data lines connection

v0.2.0 [2020/12/22]

  • Fixed schematic.
  • PCB design completed.
  • Gerber files generated.

v0.1.0 [2020/12/21]

  • Taken over by Juraj.
  • Created files structure.