Skip to content

Commit b6e4073

Browse files
authored
Fix colorwheel
1 parent 3366952 commit b6e4073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/LVGL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Touch screen are supported natively via Universal Display driver.
180180
Example:
181181

182182
```python
183-
colp = lv.colorwheel(scr)
183+
colp = lv.colorwheel(scr, false)
184184
colp.set_size(130, 130)
185185
colp.set_pos(10,30)
186186
```

0 commit comments

Comments
 (0)