davidledwards / gps-clock

A GPS-synchronized digital clock
Apache License 2.0
8 stars 3 forks source link

Add support for 128x32 OLED display #7

Closed davidledwards closed 2 months ago

davidledwards commented 2 months ago

The 128x64 display was supported in version 5. However, the smaller form factor reduces the character dimensions from 16x8 to 16x4. This requires layout changes in the source code.

The current thought is to remove the UTC time reported by the GPS module. A crude ASCII sketch of the display follows.

----------------
@ 12.345678°N
  98.765432°W
↑ 13789 ft  ^ 9
# CET/CEST
----------------
davidledwards commented 2 months ago

Support was added in release 5.1.

https://github.com/davidledwards/gps-clock/tree/5.1