bitluni / ESP32Lib

http://bitluni.net/esp32-vga/
441 stars 78 forks source link

question: Is is possible to use other pins ? #20

Open YordanYanakiev opened 5 years ago

YordanYanakiev commented 5 years ago

Hello. 1st of all : AWESOME WORK !!! I would like to ask about this schematic: https://raw.githubusercontent.com/bitluni/ESP32Lib/master/Documentation/schematic3bit.png

bitluni commented 5 years ago

sure, you only need to change them in the code as well the pins are passed to the init method

On Wed, May 22, 2019 at 10:35 AM Yordan Yanakiev notifications@github.com wrote:

Hello. 1st of all : AWESOME WORK !!! I would like to ask about this schematic: https://raw.githubusercontent.com/bitluni/ESP32Lib/master/Documentation/schematic3bit.png

  • Is it possible to use other pins for R G B ? ( like for instance pin 25 for G, pin 32 for B and 33 for R ? )

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32Lib/issues/20?email_source=notifications&email_token=ADCGI26KZ2S65A2TDUVITQTPWUAVVA5CNFSM4HOR6CR2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GVEXPSQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ADCGI26YJQASIRKLSNDWRNLPWUAVVANCNFSM4HOR6CRQ .

YordanYanakiev commented 5 years ago

Oww ! nice ! Thank You !

YordanYanakiev commented 5 years ago

image

image

Here the latest correction i've made in order to align as much as possible the things. Is this looking OK, or there could be a problem ?

bitluni commented 5 years ago

I don't see any obvious problems. you might want to provide 5v to the vga connector as well. I'm doing this in the newer versions

On Wed, May 22, 2019 at 12:29 PM Yordan Yanakiev notifications@github.com wrote:

[image: image] https://user-images.githubusercontent.com/6534199/58167851-93041380-7c95-11e9-9e38-745cafd24133.png

[image: image] https://user-images.githubusercontent.com/6534199/58167860-97c8c780-7c95-11e9-9cc5-d525e64b1592.png

Here the latest correction i've made in order to align as much as possible the things. Is this looking OK, or there could be a problem ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bitluni/ESP32Lib/issues/20?email_source=notifications&email_token=ADCGI2YHSTFAKA4NKCNLU2DPWUOCNA5CNFSM4HOR6CR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV6TYQQ#issuecomment-494746690, or mute the thread https://github.com/notifications/unsubscribe-auth/ADCGI26B5Z4HTXJJZMTRES3PWUOCNANCNFSM4HOR6CRQ .

dl9sec commented 5 years ago

I would suggest to connect GND to the VGA connector pins 5,6,7,8 and 10 and put 5V to pin 9...

YordanYanakiev commented 5 years ago

O! I've miss this probably somewhere ! Thank You very much ! Doing it.

YordanYanakiev commented 5 years ago

image image

This ?