TG9541 / stm8ef

STM8 eForth - a user friendly Forth for simple µCs with docs
https://github.com/TG9541/stm8ef/wiki
Other
314 stars 66 forks source link

Add support for the W1219 board. #19

Closed TG9541 closed 7 years ago

TG9541 commented 7 years ago

Complete reverse engineering, and at write a LED display driver.

TG9541 commented 7 years ago

The pin description is here. I double-checked it, and it appears to be OK.

TG9541 commented 7 years ago

ab8dea7 adds preliminary support for W1219. The issue of controlling the LED display row/group will be solved independently (-> https://github.com/TG9541/stm8ef/projects/1#card-2476990).