adafruit / pi_video_looper

Application to turn your Raspberry Pi into a dedicated looping video playback device, good for art installations, information displays, or just playing cat videos all day.
GNU General Public License v2.0
451 stars 239 forks source link

Enhanced Time/Date Display with Additional Line & Advanced Features #174

Closed DanBaigo closed 1 year ago

DanBaigo commented 1 year ago

After devoting several months to learning Python which has been a new and challenging skill for me, and spending significant time comprehending the inner workings of this program, I am delighted to contribute to this repository that has provided me with countless hours of entertainment.

An additional line has been included in the code to optimize the display of the time and date labels. The recommended approach is to display the time on the top row and the date on the bottom row. Furthermore, the day of the month can now be appended with the appropriate suffix (i.e., "st", "nd", "rd", or "th").