spacerace / stm32f103c8t6-sda5708

SDA5708 LED Display (green)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDA5708 green 5x7 LED Display

This is a small bit-banging driver for these displays, usually found in some Nokia DBOX1.

I recycled it together with four buttons, a small speaker+BC547 and a very cheap STM32F103C8T6-board from ebay (3$) and built an alarm clock. That's why the charset only contains digits 0-9, chars 'a', ':' and a heart symbol.

TODO

revisions

  • 0 - initial code
  • 1 - added clear functions
  • 2 - added readme
  • 3 - added full charset, puts, putc, putc_at
  • 4 - added brightness control

About

SDA5708 LED Display (green)


Languages

Language:C 99.2%Language:Assembly 0.5%Language:C++ 0.2%Language:Makefile 0.1%Language:Shell 0.0%