Dominic Buchstaller

Results 68 comments of Dominic Buchstaller

I will have a look as soon as I can ... Very busy ATM

_width and _height are now uint16_t in the latest maser

Could you try the latest master with ` display.setScanPattern(ZAGZIG);` please?

OK ... I screwed up the boolean algebra bit ... can you try again with the latest master?

with display.setScanPattern(ZAGZIG); of course

just to get this straight .. you only commented ``` if ((_scan_pattern == ZAGGIZ) && ((y % (_row_pattern * 2)) < _row_pattern)) bit_select = 7 - bit_select; ``` out and...

can you repeat/verify with the latest master?

OK ... lets start from the beginning. Please run the pattern test and place `display.displayTestPixel(70);` in the display_updater() (and post the video)

Ca you post you display_update function....still looks like the pattern test

OK ... that is a really strange byte split pattern. I tried to implement it. You can try the latest master, use pixeltime example with `display.setScanPattern(ZZAGG); `