bk1285 / rpi_wordclock

Software to create a Raspberry Pi based wordclock
GNU General Public License v3.0
214 stars 107 forks source link

language selection in a more convenient way #111

Closed plotaBot closed 5 years ago

plotaBot commented 5 years ago

Languages are now selected by the one set in time_default. Also the german2 had an error while displaying e.g. 1:00 or 1:15.

EDIT: The corresponding configs need to be changed. I forgot including it in here

bk1285 commented 5 years ago

Nice! Seems to contain some pretty useful fixes, @plotaBot

Could you share the changes of the config-file as well? Would be helpful.

Best, Bernd

plotaBot commented 5 years ago

Unfortunately there are no changes necessary. Only delete the laguage selection for matrix_with_time

plotaBot commented 5 years ago

Now I have emade the requested changes to the exampe_config! Also I have added swabian2 which uses german2 as a basis.

plotaBot commented 5 years ago

Sorry. I forgot to change the class name from swabian to swabian2 ^^

bk1285 commented 5 years ago

Hi @plotaBot

thanks for the PR. Just merged with some additional refactorings, which moved the language selection from the plugins to the wordclock display: Since the language depends from the stancil and is actually hardware-specific in the same way, as the wiring is.

Best, Bernd