Bug fix for the MIO283QT-9A driver from Toby Duckwork

This commit is contained in:
Gregory Nutt 2014-02-19 10:57:32 -06:00
parent dda275242d
commit 077b211456
2 changed files with 2 additions and 1 deletions

View File

@ -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).

View File

@ -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);