Skip to content
Snippets Groups Projects
Commit 26abab17 authored by ed8g20's avatar ed8g20
Browse files

Update file scope.cpp

parent 5e934ff2
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ Button button_y(PicoDisplay::Y); ...@@ -25,7 +25,6 @@ Button button_y(PicoDisplay::Y);
uint8_t red, green, blue; uint8_t red, green, blue;
int main() { int main() {
stdio_init_all();
led.set_rgb(red, green, blue); led.set_rgb(red, green, blue);
st7789.set_backlight(255); st7789.set_backlight(255);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment