smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

Using with Arduino IDE and ESP-07, pins have wrong labels #13

Closed Leoneq closed 5 years ago

Leoneq commented 5 years ago

Hi, when I was testing your library on Atmega 328 (VGAX), everything was fine. But testing it on ESP-07, not NodeMCU, i've changed pins from D7, D2 etc. to GPIO pins (just 13, 5 etc.) I think you should make 2 versions of library, of define board type in vga.begin(board); Not advanced users won't know wheres problem.

Anyway, I'm writing an tutorial with using your library :)

Leoneq commented 5 years ago

Not this library :v