ESP32S3 T-RGB Board Review and GIF Play Using LVGL

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024

Комментарии • 27

  • @jacekmielniczuk7328
    @jacekmielniczuk7328 Год назад +1

    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.

    • @usefulelectronics
      @usefulelectronics  Год назад +1

      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 !

  • @vuonglabs5230
    @vuonglabs5230 Год назад

    Thank you and I like the touch feature

  • @emirhanalkan8993
    @emirhanalkan8993 Год назад

    Bro you are a next level man. Please keep making videos

  • @mertcelik6327
    @mertcelik6327 Год назад

    I wish you continued success bro 👍🏻

  • @timlingo1480
    @timlingo1480 Год назад

    Could you do a video on how to setup an idle for the trgb for a watch program

    • @usefulelectronics
      @usefulelectronics  Год назад

      Hello, I will be focusing on this board in the upcoming videos ! Stay tuned

  • @simonschottl4744
    @simonschottl4744 Год назад

    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?

  • @browaruspierogus2182
    @browaruspierogus2182 Год назад

    can you do round OLED ? Round TFT are very dimmed besides all that code comes with esp32 sdk - nothing new you showing here

  • @BenMillen
    @BenMillen 2 месяца назад

    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)

  • @codewithdaniel-1
    @codewithdaniel-1 Год назад

    Cool..share link for schematics

  • @circle3101
    @circle3101 Год назад

    would you kindly guide me how can we convert the gif file or an image to array? to display it on t-RGB

    • @usefulelectronics
      @usefulelectronics  Год назад

      You can use this tool to convert your GIF file to C code:
      lvgl.io/tools/imageconverter

  • @TalkingSasquach
    @TalkingSasquach Год назад

    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??

    • @usefulelectronics
      @usefulelectronics  Год назад

      Here is the repository link I used in this tutorial:
      github.com/Xinyuan-LilyGO/T-RGB

    • @TalkingSasquach
      @TalkingSasquach Год назад

      @@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 :-)

  • @imfreeboy
    @imfreeboy Год назад

    how did you get it to play the gifs? I have this display and im completely lost 😢

    • @usefulelectronics
      @usefulelectronics  Год назад +1

      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, ð);

  • @rodrigoscorzello4257
    @rodrigoscorzello4257 Год назад

    I'm starting to use T-RGB. Can you post the code you used in this video?

  • @rodrigoscorzello4257
    @rodrigoscorzello4257 Год назад

    Can I connect a camera in Grove connector?

    • @usefulelectronics
      @usefulelectronics  Год назад +1

      There some camera modules that communicate over UART. I think you can connect such modules.

  • @JebenOvajIgrac
    @JebenOvajIgrac Год назад

    is it possible to install android system on it via sd card ?