Hi there , I just can`t wait for Yours next video about this display. what about to try with short video clip and sprite based "analog" gauges etc. etc. Btw, great job , congrats.
Thank you for your feedback. The hardware of the development board is a bit complicated so I am planning to do a dedicated playlist to cover its peripherals with an IoT project !
Hello Great video, thanks! I bought one too, but the round display.. how were you able to run the provided examples?? I can’t get it to work, neither with arduino ide nor platformio.. Was there anything specific you needed to do?
@@usefulelectronics that's the repo I was using as well, I've been trying to recreate your gif player without success, that's why I was wondering if you would share the actual files you wrote to create yours. No worries if you can't :-)
Hi, Here the part related to including and playing GIF using LVGL. remember to use the correct file format converter. LV_IMG_DECLARE(eth) lv_obj_t *logo_img = lv_gif_create(lv_scr_act()); lv_obj_center(logo_img); lv_gif_set_src(logo_img, ð);
i will literally pay someone to help me get an animated gif onto one of these, i bought 3 and cant get any of them to play nice (not this exact model but very similar)
Hi there , I just can`t wait for Yours next video about this display. what about to try with short video clip and sprite based "analog" gauges etc. etc.
Btw, great job , congrats.
Thank you for your feedback. The hardware of the development board is a bit complicated so I am planning to do a dedicated playlist to cover its peripherals with an IoT project !
Hello
Great video, thanks! I bought one too, but the round display.. how were you able to run the provided examples?? I can’t get it to work, neither with arduino ide nor platformio..
Was there anything specific you needed to do?
Thank you and I like the touch feature
Bro you are a next level man. Please keep making videos
Thank you bro for the next level support ;)
I wish you continued success bro 👍🏻
Thank you bro
Best supporter ever !!
Could you do a video on how to setup an idle for the trgb for a watch program
Hello, I will be focusing on this board in the upcoming videos ! Stay tuned
I have this exact board and I'm trying to emulate a GIF player like you have, any chance you can share your .ino file??
Here is the repository link I used in this tutorial:
github.com/Xinyuan-LilyGO/T-RGB
@@usefulelectronics that's the repo I was using as well, I've been trying to recreate your gif player without success, that's why I was wondering if you would share the actual files you wrote to create yours. No worries if you can't :-)
would you kindly guide me how can we convert the gif file or an image to array? to display it on t-RGB
You can use this tool to convert your GIF file to C code:
lvgl.io/tools/imageconverter
Cool..share link for schematics
can you do round OLED ? Round TFT are very dimmed besides all that code comes with esp32 sdk - nothing new you showing here
I'm starting to use T-RGB. Can you post the code you used in this video?
Good luck!
github.com/Xinyuan-LilyGO/T-RGB
how did you get it to play the gifs? I have this display and im completely lost 😢
Hi,
Here the part related to including and playing GIF using LVGL. remember to use the correct file format converter.
LV_IMG_DECLARE(eth)
lv_obj_t *logo_img = lv_gif_create(lv_scr_act());
lv_obj_center(logo_img);
lv_gif_set_src(logo_img, ð);
Can I connect a camera in Grove connector?
There some camera modules that communicate over UART. I think you can connect such modules.
i will literally pay someone to help me get an animated gif onto one of these, i bought 3 and cant get any of them to play nice (not this exact model but very similar)
Send me an email
ward.almasarani@gmail.com
is it possible to install android system on it via sd card ?
No, Operation system needs a lot of RAM.