Remove unnecessary buffer_type setting from display configuration
This commit is contained in:
@@ -70,8 +70,6 @@ display:
|
|||||||
height: 320
|
height: 320
|
||||||
id: my_display
|
id: my_display
|
||||||
auto_clear_enabled: false
|
auto_clear_enabled: false
|
||||||
# Use NONE to avoid RAM buffer - direct writes only
|
|
||||||
buffer_type: NONE
|
|
||||||
lambda: |-
|
lambda: |-
|
||||||
// Colors
|
// Colors
|
||||||
auto red = Color(255, 0, 0);
|
auto red = Color(255, 0, 0);
|
||||||
|
|||||||
Reference in New Issue
Block a user