Bug fix for the MIO283QT-9A driver from Toby Duckwork
This commit is contained in:
parent
dda275242d
commit
077b211456
|
@ -6615,3 +6615,5 @@
|
|||
file system (2014-2-19).
|
||||
* fs/fs_mkdir.c: mkdir can now be used to create empty directories in
|
||||
the pseudo-filesystem (2014-2-19).
|
||||
* drivers/lcd/mio283qt9a.c: Bug fix from Toby Duckwork (2014-2-19).
|
||||
|
||||
|
|
|
@ -448,7 +448,6 @@ static int mio283qt9a_putrun(fb_coord_t row, fb_coord_t col, FAR const uint8_t *
|
|||
mio283qt9a_setarea(lcd, col, row, col + npixels - 1, row);
|
||||
mio283qt9a_gramselect(lcd);
|
||||
|
||||
src++;
|
||||
for (i = 0; i < npixels; i++)
|
||||
{
|
||||
mio283qt9a_gramwrite(lcd, *src);
|
||||
|
|
Loading…
Reference in New Issue