# epaper_fonts Vendored `fonts.h` + `font24.c` from [Waveshare's e-Paper repo](https://github.com/waveshareteam/e-Paper) (`RaspberryPi_JetsonNano/c/lib/Fonts/`), used unmodified to render the SSID and password text on the QR onboarding screen. Originally an STMicroelectronics font table (BSD-3-Clause) redistributed by Waveshare alongside their MIT-licensed driver code -- see the header comment in each file for the full license text. Only `font24.c` is compiled; `fonts.h` also declares the other sizes (`Font8`/`Font12`/`Font16`/`Font20`/the CN fonts) Waveshare ships but this project doesn't use, left in place unmodified rather than trimmed down.