Remove unnecessary buffer_type setting from display configuration

This commit is contained in:
Joshua King
2026-03-04 18:08:57 -05:00
parent 039c3a901c
commit 57f5745afe

View File

@@ -70,8 +70,6 @@ display:
height: 320
id: my_display
auto_clear_enabled: false
# Use NONE to avoid RAM buffer - direct writes only
buffer_type: NONE
lambda: |-
// Colors
auto red = Color(255, 0, 0);