speedyg0nz / MagInkCal

E-Ink Magic Calendar that automatically syncs to Google Calendar and runs off a battery powered Raspberry Pi Zero
Apache License 2.0
3.08k stars 105 forks source link

Simplify the code a bit #5

Closed dy3l closed 2 years ago

speedyg0nz commented 2 years ago

Thanks for attempting to simplify the code. However, the amended code does not format the time in the desired manner, which is as short as possible. So, "08.45am" should be shown as "8.45am", removing the unnecessary 0 in front. "09.00am" should be shown as "9am", since the zeroes are redundant in this case. Will not be accepting this set of changes.