Skip to content
Snippets Groups Projects
Commit ab44a62a authored by f4grx's avatar f4grx
Browse files

Merge branch 'master' of https://github.com/f4grx/hn70ap

Fix conflicts
parents f287cf8e fdef4835
No related branches found
No related tags found
No related merge requests found
......@@ -446,7 +446,7 @@ int hn70ap_lcd_drawstr(int row, int col, char *ch)
{
#ifdef CONFIG_LCD_UPDATE
rect.pt1.x = col*8;
rect.pt1.y = row*8;
rect.pt1.y = cr*8;
rect.pt2.x = (cc*8) + 8;
rect.pt2.y = rect.pt1.y + 8;
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment