|
@@ -34,6 +34,17 @@ static struct rt_device_graphic_info info;
|
|
|
__attribute__((section(".ARM.__at_0x1FFE0000"))) lv_color_t buf_1[COLOR_BUFFER];
|
|
|
|
|
|
#if !DLG_LVGL_USE_GPU_RA6M3
|
|
|
+void _ra_port_display_callback(display_callback_args_t * p_args)
|
|
|
+{
|
|
|
+ /* enter interrupt */
|
|
|
+ rt_interrupt_enter();
|
|
|
+
|
|
|
+ /* TODO */
|
|
|
+
|
|
|
+ /* leave interrupt */
|
|
|
+ rt_interrupt_leave();
|
|
|
+}
|
|
|
+
|
|
|
static void color_to16_maybe(lv_color16_t *dst, lv_color_t *src)
|
|
|
{
|
|
|
#if (LV_COLOR_DEPTH == 16)
|