You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in a block :
---CUT---
else if (x1==x2){
if (y1>y2){
tmp=y1;
y1=y2;
y2=tmp;
}
LCD_drawHLine(x1,** y1, y2-y1);
}
---CUT--
LCD_drawHLine should be changed to LCD_drawVLine