aFewBits / stc-led-clock

Replacement firmware for STC 8051 based DIY LED clock kits
MIT License
55 stars 20 forks source link

M from Monday is | | #13

Closed FLamorce closed 5 years ago

FLamorce commented 5 years ago

More cosmetic than other, but to display Monday, the "M" is "| |", why is there no bar at the top?

aFewBits commented 5 years ago

The fonts are a purely personal choice thing. To add the top bar, edit the file /segTable/segment_list.txt and change the line:

0x4D bcef ; M to: 0x4D abcef ; M and save.

Issue the command "make led" then "make" and it will be compiled with the change you mentioned.

FLamorce commented 5 years ago

thanks!