S&B Volcano vaporizer remote control with Pi Pico W
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fonts.h 272B

123456789101112
  1. // don't include _all_ fonts, to reduce size
  2. #ifdef PICOWOTA
  3. #include "../mcufont/fonts/fixed_5x8.c"
  4. #else // PICOWOTA
  5. #include "../mcufont/fonts/DejaVuSerif16.c"
  6. #include "../mcufont/fonts/DejaVuSerif32.c"
  7. #include "../mcufont/fonts/fixed_10x20.c"
  8. #endif // PICOWOTA