Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into GDISPStreaming

ugfx_release_2.6
inmarket 2013-10-26 21:33:20 +10:00
commit 3a14be55eb
1 changed files with 4 additions and 0 deletions

View File

@ -328,6 +328,10 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
acquire_bus(g);
set_viewport(g);
/* to surpress compiler warnings */
x = 0;
y = 0;
/*
* Due to the way the Nokia6610 handles a decrementing column or page,
* we have to make adjustments as to where it is actually drawing from in the bitmap.