toz
toz
# Success. it runs! (details following: i guess that SPI mode 3 and RESET in init has done the trick)
only SPI-mode=3 does the trick. i fiddeld too much with code, i did a new checkout and added only this: > ```c > #define DISPLAY_SPI_DRIVE_SETTINGS (1 | BCM2835_SPI0_CS_CPOL | BCM2835_SPI0_CS_CPHA)...
Your help was indispensable and great. thanx a lot. Great to hear to you mantainance the code and build this option. realy great. there are some people out on the...
now playing around to get a 3d-printed frame around the eye 😄 
colors of your wiring are hard see. ## code: checkout github code already? than you added only this: > ```c > #define DISPLAY_SPI_DRIVE_SETTINGS (1 | BCM2835_SPI0_CS_CPOL | BCM2835_SPI0_CS_CPHA) > ```...
Famtastic to see in picture that you got it working! Was a pleasure to help. Cheers 👋
if i understand it right, i cant go higher than spi max rate of 28.57MHz with divisor 14 ( as i experienced as working). should i try to get the...
images of wiring could be helpful, maybe also some information about used hardware/software ?
may the developer can help? may you tried to set the hmdi screen to the oled size? do this in /boot/config.txt see readme.md for details..
i searched a lot to get my display going. at the end it was only 1 line, but i learned a lot. maybe try another init from a python lib?...