Skip to content

Incorrect function name in LCD_drawLine() #1

@mvmihail

Description

@mvmihail

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions