S&B Volcano vaporizer remote control with Pi Pico W
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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