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