1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv
to manually rebuild the font cache
const int xpin = A0; | |
const int ypin = A1; | |
const int zpin = A2; | |
void setup() { | |
Serial.begin(9300); | |
} | |
void loop() { |
1.) Download a Nerd Font
2.) Unzip and copy to ~/.fonts
3.) Run the command fc-cache -fv
to manually rebuild the font cache