wfdudley / T-watch-2020

a watch project for the TTGO T-watch-2020 version 1
BSD 3-Clause "New" or "Revised" License
85 stars 27 forks source link

Move fonts to src subfolder #31

Closed guyou closed 3 years ago

guyou commented 3 years ago

Arduino recursively compliles files from src subfolders. https://arduino.github.io/arduino-cli/sketch-specification/ Moving not-so-editable files like font outside the root folder helps to understand main components of the project.

wfdudley commented 3 years ago

Thanks, I didn't know how to do that, or I would have. The "src" directory thing is a bit superfluous IMHO, but still necessary.

guyou commented 3 years ago

The "src" directory thing is a bit superfluous IMHO, but still necessary.

Yeah, I would have call it libs or deps... but perhaps its clear enougth for arduino users.