1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

docs(porting/display) fix formatting (#2812)

This commit is contained in:
patricklaf 2021-11-18 16:45:43 +01:00 committed by GitHub
parent cdd5128bc0
commit bdc6331ba6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,6 @@ The get the redrawn areas to copy use the following functions
`disp->inv_areas[LV_INV_BUF_SIZE]` contains the invalidated areas
`disp->inv_area_joined[LV_INV_BUF_SIZE]` if 1 that area was joined into an other one and should be ignored
`disp->inv_p` number of valid elements in `inv_areas`
```
## Display driver