Compile Fix for Nokia6610GE12

ugfx_release_2.6
Joel Bodenmann 2013-10-26 14:59:52 +02:00 committed by inmarket
parent 3a14be55eb
commit a756806b77
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ LLDSPEC bool_t gdisp_lld_init(GDisplay *g) {
case GDISP_CONTROL_CONTRAST:
if ((unsigned)g->p.ptr > 100) g->p.ptr = (void *)100;
acquire_bus(g);
write_reg(g, CONTRAST,(unsigned)128*g->p.ptr/101-64);
write_reg(g, SETCON,(unsigned)128*(unsigned)g->p.ptr/101-64);
release_bus(g);
g->g.Contrast = (unsigned)g->p.ptr;
return;