PreciousRoy0
PreciousRoy0
about the serial connection... The uno only has one serial port and i need a way to debug. so i changed the code to this as per your suggestion. where...
Ok after some more debugging, when i edit the sendByte function and only send the byte data the code works just fine. and i receive the data on the other...
Thanks davidsainty: that did indeed fix my problem. i could not find it so it might not be mentioned but it could be a good idea to have the settings...
Suraj151 i have no idea what thy do exactly, i image it accounts for some kind of mode. can you post in code! your basic test code so we can...
no i mean look at the first post in this thread, i give the most basic implementation of failing code, your code not lib code that shows how you set...
it seems to look ok, i would make some changes though. use AltSoftSerial i had som dificultys with SoftwareSerial =https://www.pjrc.com/teensy/td_libs_AltSoftSerial.html second i would open the serial connection before you pass...
Yes on the pi zero w and pi3b+. On the zero i use the 5mp cam and pi 3b cam v2
i was having the same issue, it almost seems that the image/text is offset my 32 pixels left of the screen. for me it fills half the screen. at one...
thanks to [clowrey](https://github.com/clowrey) adding support for 64x32 is as easy as adding/editing this to Adafruit_SSD1306.cpp on line 592 add ``` if ((WIDTH == 128) && (HEIGHT == 32)) { comPins...
i added a pull request #281 this is my first time so i don't know if i did it correctly. i tested it with my screen but i dont have...