Hi All, Happy New Year!
I am playing with this tester since few days, for the moment it is on breadboard, I want to see how it works and then will get to PCB design and all others. I have tested with ILI9341 SPI display and it works very well, I am not so concerned about accuracy, not sure how much I can expect and for sure not on a breadboard.
But right now I want to do something else, I want to use another type of display which is not listed, it is an ST7567 I2C display which I have it for long time, only did some tests to see how it works but never used it for something. So, I have created the .c and .h libraries for my display similar with the available libraries, matched all variables, updated config.h, my code compiles with no errors but still cannot get the display initialized and of course doesn't showing anything. Most probably there is something else I should update but cannot figure it out.
Did anybody attempted to make some changes in the code or can advise what else needs to be updated? I am using an Atmega328P, by the way.