diff options
| author | Ryan Hartlage <ryanplusplus@gmail.com> | 2020-11-01 20:22:21 (GMT) |
|---|---|---|
| committer | Ryan Hartlage <ryanplusplus@gmail.com> | 2020-11-01 20:44:06 (GMT) |
| commit | 3ccfa1d92422e4020bc1b144690fee540c2e04f2 (patch) | |
| tree | 653c02420bf3446a7270c679ccc732ac13a876f1 /src/displayapp/LittleVgl.cpp | |
| parent | 0e97db1c30748d9893291a27504bb55723f58e7d (diff) | |
Fixed typo (Transfert -> Transfer)
Diffstat (limited to 'src/displayapp/LittleVgl.cpp')
| -rw-r--r-- | src/displayapp/LittleVgl.cpp | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/displayapp/LittleVgl.cpp b/src/displayapp/LittleVgl.cpp index 3483f8e..7b6275e 100644 --- a/src/displayapp/LittleVgl.cpp +++ b/src/displayapp/LittleVgl.cpp @@ -76,8 +76,8 @@ void LittleVgl::SetFullRefresh(FullRefreshDirections direction) { void LittleVgl::FlushDisplay(const lv_area_t *area, lv_color_t *color_p) { ulTaskNotifyTake(pdTRUE, 500); - // NOtification is still needed (even if there is a mutex on SPI) because of the DataCommand pin - // which cannot be set/clear during a transfert. + // Notification is still needed (even if there is a mutex on SPI) because of the DataCommand pin + // which cannot be set/clear during a transfer. // TODO refactore and remove duplicated code @@ -831,6 +831,3 @@ void LittleVgl::InitThemeWindow() { // theme.style.win.btn.rel = &lv_style_transp; // theme.style.win.btn.pr = &win_btn_pr; } - - - |
