Neuroplant / My-TTGO-Watch_Watchface

Watchface for shandrac/My-TTGO-Watch

Home Page:https://neuroplant.spdns.de/blog/index.php/2020/11/25/analoges-ziffernblatt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

this is an Addon to https://github.com/sharandac/My-TTGO-Watch

Replace "note" with Analog Watchface

in "src/gui/gui.cpp"

Line 34: replace

#include "mainbar/note_tile/note_tile.h"

with

#include "mainbar/watchface_tile/watchface_tile.h"

Line 68: replace

note_tile_setup();

with

watchface_tile_setup();

copy Folder "watchface_tile" to "src/gui/mainbar"

About

Watchface for shandrac/My-TTGO-Watch

https://neuroplant.spdns.de/blog/index.php/2020/11/25/analoges-ziffernblatt/

License:GNU General Public License v3.0


Languages

Language:C 99.8%Language:C++ 0.2%