Selectable colors with bitmap replacement, and a new bus!
authorhextheplanet <hex@hexthepla.net>
Mon, 28 Jul 2025 01:40:01 +0000 (18:40 -0700)
committerhextheplanet <hex@hexthepla.net>
Mon, 28 Jul 2025 01:40:01 +0000 (18:40 -0700)
commit03aa16c4fc76a513ab34c7f15b715a978e1f4433
tree43d1e89a707ec231d2f6ac5e1b9c292b34400e2b
parentd601c942ec8fcd486fac9fe367098d8ac28e8a42
Selectable colors with bitmap replacement, and a new bus!

 * Added user settings with Clay (https://github.com/pebble/clay)
 * The default background is now b/w, with color replacement on runtime
   based on what was selected in settings. yay user-customization (and
   https://github.com/rebootsramblings/GBitmap-Colour-Palette-Manipulator)
 * Disabled the text portion (for now) since it gets in the way of clock
   face
 * Added a little pixelated bus to go by every so often, user
   configurable frequencies
package.json
resources/images/xdepixel.png [new file with mode: 0644]
src/c/main.c
src/pkjs/config.js [new file with mode: 0644]
src/pkjs/index.js [new file with mode: 0644]