olikraus
olikraus
As a next step i will try to add the U8G2_ST7305_200X200_1_4W_HW_SPI constructor.
> Thank you so much! I really appreciate your help. It is your contribution which makes this possible, thanks from my end :-) But there is still a lot more...
Very good. I think now we need to adjust the view area. I have added a frame around the display so that it helps us to locate the visible area...
You mean with y+=115 it had been stable? Strange.. It could be also some other value between 1 and 114... But there might be another issue, we probably need to...
hmmm... ok, let me update the changes so far: * remove mirror: 0x36, 0xa4 * change offset from 0x19 to 0x16 * change scan line cnt from 0xb0, 0x64 to...
Maybe in the column command, we not only have to change the first arg (to 0x16) but also second arg (which is 0x3a at the moment). https://github.com/olikraus/u8g2/blob/cffcd326825cbc2899391e894552ab91c3678a33/csrc/u8x8_d_st7305.c#L463-L465 at least in...
Right, it should be 0x26 for the 0x2a command. The remaining flicker may also come from the 8Hz configuration, which is activated in the init code. Looking in your picts,...
The releases are maintained in a different repo: https://github.com/olikraus/U8g2_Arduino/releases Any lib which should appear in the Arduino IDE has to have a specific structure. However this structure differes from the...
True. I try to them in the future.
maybe I missed this sometimes, but i usually do a git tag