u8glib icon indicating copy to clipboard operation
u8glib copied to clipboard

Change only a block of screen with out refresh all screen

Open AlirezaAbdiyan opened this issue 9 years ago • 4 comments

Hi I want to change a block of screen with out change other block screen in other words I don't want to use u8g.firstPage(); do { .... } while( u8g.nextPage() );

In screen I was show any text or pic and I want add a text to screen with out change or refresh entire screen.(For more speed,...). How do I it? Thanks

AlirezaAbdiyan avatar Nov 25 '16 12:11 AlirezaAbdiyan

This is not possible with u8glib. U8g2 supports full buffer mode for this purpose.

olikraus avatar Nov 25 '16 16:11 olikraus

Thanks, I use ks0108 lcd but U8g2 not support this lcd!

AlirezaAbdiyan avatar Nov 30 '16 07:11 AlirezaAbdiyan

I have an issue for this already: https://github.com/olikraus/u8g2/issues/88

olikraus avatar Nov 30 '16 09:11 olikraus

OK Thanks

AlirezaAbdiyan avatar Nov 30 '16 17:11 AlirezaAbdiyan