1
0
Fork 0
Commit Graph

6 Commits (master)

Author SHA1 Message Date
Randy Heydon fe2ccfb108 bwclk & bwclklite: Support 12-hour time format.
This modifies how the time string is generated so it respects the system's
locale settings, specifically for 12-hour time.  This is done with the
locale package, which also simplifies some of the string handling since the
package creates a complete time string.  Note this does not add any display of
AM/PM, but neither do any other clock faces.
2025-01-31 22:03:27 -05:00
Gordon Williams de79b0a39e Fix issue rendering ClockInfos with for fg+bg color set to the same (#2749) 2023-05-15 09:21:41 +01:00
thyttan 3ac91b5fee make clock_info border one pixel wider 2023-04-19 18:51:02 +02:00
thyttan 20e300182e Change all occurrances of bwclk to bwclklite 2023-02-25 19:03:59 +01:00
thyttan 09eeac356b Add changes to bwclklite after forking from bwclk. Change custom font to a standard bitmap one. Don't invert theme as this doesn't work very well with fastloading. Do an initial fillRect on the clock info area since it would wait for clock info before drawing out the previous app. Change all occurences of var to let. 2023-02-25 18:52:29 +01:00
thyttan 6cd3c02253 fork bwclklite from bwclk 2023-02-25 18:43:59 +01:00