Fix most issues
This commit is contained in:
parent
0d24d2b81e
commit
2a3e126390
12 changed files with 40 additions and 63 deletions
|
|
@ -166,7 +166,7 @@ void LittleVgl::FlushDisplay(const lv_area_t* area, lv_color_t* color_p) {
|
|||
lv_disp_flush_ready(&disp_drv);
|
||||
}
|
||||
|
||||
void LittleVgl::SetNewTapEvent(uint16_t x, uint16_t y, bool contact) {
|
||||
void LittleVgl::SetNewTouchPoint(uint16_t x, uint16_t y, bool contact) {
|
||||
tap_x = x;
|
||||
tap_y = y;
|
||||
tapped = contact;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue