S&B Volcano vaporizer remote control with Pi Pico W
Nevar pievienot vairāk kā 25 tēmas
Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
123456789101112 |
- // don't include _all_ fonts, to reduce size
- #ifdef PICOWOTA
-
- #include "../mcufont/fonts/fixed_5x8.c"
-
- #else // PICOWOTA
-
- #include "../mcufont/fonts/DejaVuSerif16.c"
- #include "../mcufont/fonts/DejaVuSerif32.c"
- #include "../mcufont/fonts/fixed_10x20.c"
-
- #endif // PICOWOTA
|