i.MX RT1170:VGLite移植RT-Thread Nano过程讲解(上) RT-Thread是国人自主研发的开源实时操作系统(RTOS),RT-Thread Nano 是极简版的硬实时内核,内存占用小,移植简单。VGLite 是NXP提供的轻量级 2D 图形 API,基于FreeRTOS实现。 文章分为上、下两篇,将手把手教您移植。上篇对 RT-Thread Nano 内核与 Finsh 组件...
Home Product Forums Other NXP Products Vglite version 3 Vglite version 3 Options 08-03-2024 01:58 PM 454 Views Othmane1 Contributor II Hi, I'm using lvgl library version 9.1 and to be able to use the GPU accelerator I need vglite version 3 which I couldn't"t find online ...
2 / 28 NXP Semiconductors AN14210 使用 VGLite API 在 i.MX RT 系列的图形编程 3 初始化/反初始化 无论是矢量还是光栅的渲染,每个任务/线程都需要先调用 vg_lite_init() 函数,以此为命令缓冲区和曲面细 分缓冲区分配内存.相反,vg_lite_close() 用来释放分配的内存. vg_lite_init() 包含两个参数来...
1,339件の閲覧回数 masterboy Contributor III Hi, I am working on a project that uses the LVGL graphics library (8.3.8). I am using an iMX RT1060 processor as GPU. The NXP SDK I used to bring the LVGL graphics library to life uses PXP for acceleration. The LVGL library also supports...
FASTSHIFT changed the title fix vglite stride calculation fix(nxp/vglite): fix stride calculation Aug 2, 2024 FASTSHIFT approved these changes Aug 2, 2024 View reviewed changes View details FASTSHIFT merged commit 89f2ff6 into lvgl:master Aug 2, 2024 20 checks passed rodb70 pushed a com...
by: Nicușor Cîțu <nicusor.citu@nxp.com> Signed-off-by: Neo Xu Signed-off-by: Cristian Stoica Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com> Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com> Co-authored-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp....
Omar_Anguiano NXP TechSupport Hello, I hope you are well. The tool is now available: Download Page - Email Alert (nxp.com) Out of curiosity, what are your specific needs/intentions for the tool? Which RT device are you using? Best regards,Omar 0 Kudos Reply 11-21-2023 ...
论坛 知识库 观点 博文 NXP.COM登录 帮助 语言 Home 产品论坛 恩智浦其他产品 Vglite version 3 Vglite version 3 选项 08-03-2024 01:58 PM 500 次查看 Othmane1 Contributor II Hi, I'm using lvgl library version 9.1 and to be able to use the GPU accelerator I need vglite ...
src/draw/nxp/vglite/lv_draw_vglite_triangle.c Original file line numberDiff line numberDiff line change @@ -134,10 +134,13 @@ static void _vglite_draw_triangle(const lv_area_t * coords, const lv_area_t * cl/* Gradient Setup */vg...
First one is the VGLite NXP results: And here is the SW render: Results now looks similar to what you obtained. The non-NXP VGlite API still had the same behavior, which seems the issues probably reside on that API. Sorry, something went wrong. ...