bitluni / ESP32VGA

http://bitluni.net/esp32-vga
128 stars 24 forks source link

Accidental "Serial.begin()" more than once in code stops red signal occuring - 3bit colour #9

Open sorvad opened 4 years ago

sorvad commented 4 years ago

Accidentally writing Serial.begin(115200) twice in the setup function caused the red signal to disappear but Blue and Green remained. Printing to serial monitor still worked but red component was missing. Obviously not an issue that needs fixing as you shouldn't have two Serial begins, but something to be aware of.