diff options
author | inmarket <andrewh@inmarket.com.au> | 2013-10-26 21:33:20 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2013-10-26 21:33:20 +1000 |
commit | 3a14be55eb221f861015ae307b132ff8484974c3 (patch) | |
tree | ea2321cc5339030f087ab2b0373e7e2842640311 /drivers/gdisp | |
parent | 9f1e3716812ed9e922af020498c36cadad49819d (diff) | |
parent | 438f9d895c77f4666d5f5c117352ac7ba5e4ea26 (diff) | |
download | uGFX-3a14be55eb221f861015ae307b132ff8484974c3.tar.gz uGFX-3a14be55eb221f861015ae307b132ff8484974c3.tar.bz2 uGFX-3a14be55eb221f861015ae307b132ff8484974c3.zip |
Merge branch 'GDISPStreaming' of https://bitbucket.org/Tectu/ugfx into GDISPStreaming
Diffstat (limited to 'drivers/gdisp')
-rw-r--r-- | drivers/gdisp/Nokia6610GE8/gdisp_lld.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gdisp/Nokia6610GE8/gdisp_lld.c b/drivers/gdisp/Nokia6610GE8/gdisp_lld.c index f724ee42..e0cfb997 100644 --- a/drivers/gdisp/Nokia6610GE8/gdisp_lld.c +++ b/drivers/gdisp/Nokia6610GE8/gdisp_lld.c @@ -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. |