Papers3 improvements (#611)
- And Tab5 keyboard improvements - Usb host keyboard improvements - Symbols - Requires the device.py change from CL-32 PR but that only affects visuals and not build breaking
This commit is contained in:
@@ -53,6 +53,13 @@ struct LvglDisplayConfig {
|
||||
* the LV_COLOR_FORMAT_I1 path (already always-full-frame).
|
||||
*/
|
||||
bool force_full_frame;
|
||||
|
||||
/**
|
||||
* Opts owned draw buffer(s) OUT of DMA-capable memory, falling back to PSRAM instead of
|
||||
* scarce internal RAM. Default false keeps existing behavior. Only set true if the driver
|
||||
* never DMAs directly from the buffer pointer LVGL hands it in the flush callback.
|
||||
*/
|
||||
bool prefer_external_ram;
|
||||
};
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user