File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,10 @@ menu "LVGL configuration"
51
51
192: round up from x.25
52
52
254: round up
53
53
54
+ config LV_OBJ_STYLE_CACHE
55
+ bool "Use cache to speed up getting object style properties"
56
+ default y
57
+
54
58
config LV_COLOR_CHROMA_KEY_HEX
55
59
hex "Images pixels with this color will not be drawn (if they are chroma keyed)."
56
60
range 0x000000 0xFFFFFF
@@ -150,6 +154,24 @@ menu "LVGL configuration"
150
154
menu "Feature configuration"
151
155
152
156
menu "Drawing"
157
+ config LV_DRAW_BUF_STRIDE_ALIGN
158
+ int "Buffer stride alignment"
159
+ default 1
160
+ help
161
+ Align the stride of all layers and images to this bytes.
162
+
163
+ config LV_DRAW_BUF_ALIGN
164
+ int "Buffer address alignment"
165
+ default 4
166
+ help
167
+ Align the start address of draw_buf addresses to this bytes.
168
+
169
+ config LV_LAYER_MAX_MEMORY_USAGE
170
+ int "Max layer memory usage(kB)"
171
+ default 150
172
+ help
173
+ Max. memory to be used for layers.
174
+
153
175
config LV_USE_DRAW_SW
154
176
bool "Enable software rendering"
155
177
default y
You can’t perform that action at this time.
0 commit comments