LCD4Linux on ESP32 2432s028

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • How to display the data from the LCD4Linux plugin on the screen of an ESP32-2432s028 microcontroller.
    For display on the ESP32-2432s028 screen, I used the TFT_eSPI library:
    github.com/Bod...
    And the code that displays the image on the network is written by the same Bodmer, who also wrote the TFT_eSPI library code:
    github.com/Bod...
    To be able to use the TFT_eSPI library, I used this User_Setup.h file:
    pastebin.com/i...
    The code is adapted so as to display the data provided by the LCD4Linux plugin installed on the satellite receiver running an enigma2 image, in this case an OpenATV image,
    You can download the code that I uploaded to the microcontroller here:
    drive.google.c...
    A forum in Romanian, where you can follow the evolution of this project:
    satelit-info.co...
    #LCD4Linux #esp32 #ESP32-2432s028 #TFT #TFT_eSPI #PNG #OpenATV

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

  • @jan233jan
    @jan233jan 6 дней назад +1

    esp32-2432s028 with 2 usb (micro and usb c) you need to add an entry #define TFT_INVERSION_ON

    • @LeventeDaradici
      @LeventeDaradici  5 дней назад +1

      It is a different version than the one shown in the video. Glad it works!

  • @Flyonwaterslow
    @Flyonwaterslow 7 месяцев назад +2

    Bravo !!! astept mai multe proiecte folosind ESP32-2432S028

  • @-MrDontCare-
    @-MrDontCare- 11 месяцев назад +1

    Good video. Got the same ESP32 board almost a year ago, time to find it and try this.

  • @krzysztofm9282
    @krzysztofm9282 9 месяцев назад +2

    I have esp32-2432s028 with 2 usb (micro and usb c) after starting the colors are reversed. Do you know where to change it?

    • @LeventeDaradici
      @LeventeDaradici  9 месяцев назад

      I don't have the model you have. Unfortunately I can't help you.

    • @jan233jan
      @jan233jan 8 дней назад

      #define TFT_INVERSION_ON to add User_Setup.h

    • @jan233jan
      @jan233jan 7 дней назад

      you need to add an entry define TFT_INVERSION_ON

  • @DanDr15
    @DanDr15 7 дней назад +1

    Salut, nu mai există arhiva cu librăria ta ?

    • @LeventeDaradici
      @LeventeDaradici  7 дней назад

      Ar trebui să existe. Am făcut codul public.

    • @DanDr15
      @DanDr15 7 дней назад +1

      @@LeventeDaradici Il ai și pe GitHub?

    • @DanDr15
      @DanDr15 7 дней назад +1

      Sti cumva daca este publică librăria cu grafica cu care vine pre instalat acest display esp32-2432s028 ?

    • @LeventeDaradici
      @LeventeDaradici  7 дней назад

      Codul sursa este in descrierea acestui videoclip, cu toate datele necesare.

    • @LeventeDaradici
      @LeventeDaradici  7 дней назад

      Acest display poate folosi mai multe librarii. Probabil va intereseaza codul cu care vine incarcat initial?

  • @JoeL-sw7ez
    @JoeL-sw7ez 10 месяцев назад +1

    Cannot download from Google drive. This request thing does not work. Also the link to the Romanian forum , does not let me translate the forum to English, as the source language cannot be recognized. Too bad.

    • @LeventeDaradici
      @LeventeDaradici  10 месяцев назад

      I'm sorry if the documentation I provided couldn't help you.

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

    Very fast work writh esp32. usb low exchage scren

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

      Îți mulțumesc mult pentru idee! Comentariul în care ai postat linkul creat de LCD4Linux, m-a convins să instalez pluginul și să văd dacă pot afișa pe ecran. Big LIKE Gobi!

  • @byOmLaw
    @byOmLaw 5 месяцев назад +1

    С алиэкспресс нашёл

    • @LeventeDaradici
      @LeventeDaradici  5 месяцев назад

      В описании к видео вы найдете ссылку на форум о различных этапах разработки данного устройства. Железо куплено на Aliexpress, а код написан мной, естественно с использованием различных библиотек из Arduino IDE и с GitHub.