mirror of
https://github.com/lvgl/lvgl.git
synced 2026-09-23 03:35:30 +08:00
chore(cmsis-pack) update cmsis-pack for the last PRs of v9.4.0 (#9077)
This commit is contained in:
Binary file not shown.
@@ -1697,6 +1697,7 @@
|
||||
<file category="sourceC" name="src/libs/vg_lite_driver/VGLite/vg_lite_stroke.c" />
|
||||
<file category="sourceC" name="src/libs/vg_lite_driver/VGLiteKernel/vg_lite_kernel.c" />
|
||||
<file category="sourceC" name="src/libs/vg_lite_driver/lv_vg_lite_hal/lv_vg_lite_hal.c" />
|
||||
<file category="sourceC" name="src/libs/vg_lite_driver/lv_vg_lite_hal/vg_lite_os.c" />
|
||||
</files>
|
||||
|
||||
<RTE_Components_h>
|
||||
|
||||
@@ -359,7 +359,9 @@
|
||||
/* EVE_GEN value: 2, 3, or 4 */
|
||||
#define LV_DRAW_EVE_EVE_GENERATION 4
|
||||
|
||||
/* the maximum number of bytes to buffer before a single SPI transmission */
|
||||
/* The maximum number of bytes to buffer before a single SPI transmission.
|
||||
* Set it to 0 to disable write buffering.
|
||||
*/
|
||||
#define LV_DRAW_EVE_WRITE_BUFFER_SIZE 2048
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user