No video

With the Serial Monitor - No Upload, Instant Display Prototyping - Magic

Пікірлер: 21

  • @thelastoutpostworkshop
    @thelastoutpostworkshop Жыл бұрын

    See my other videos: Master Animated GIF on the Round Display & ESP32: kzread.info/dash/bejne/n6WHx8GufdPeedY.html Master the Round TFT Display on ESP32 and GC9A01 driver with the TFT_eSPI library: kzread.info/dash/bejne/oqF3xZmzj7DPaKw.html Create a Star Wars Tactical Display with the round Display: kzread.info/dash/bejne/eq58tKydZ9XPmKg.html Master the MP3-TF-16P (DF Player Mini) on Arduino: Seamless Sound Integration & Easy Setup! kzread.info/dash/bejne/gnaY08mBmsKnm7g.html

  • @sebiferi
    @sebiferi Жыл бұрын

    A very useful library! It makes planning and work easier. Thanks!

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    Жыл бұрын

    You're welcomed

  • @davidmclean5067
    @davidmclean50674 ай бұрын

    Very, very nice!

  • @michaelangellotti5741
    @michaelangellotti57413 ай бұрын

    I like! Thanks.

  • @Sergio-np4lb
    @Sergio-np4lb10 ай бұрын

    It's great, thinking that now the sequence of the Death Star shots could be done with this configuration

  • @user-go9sn7dm4w
    @user-go9sn7dm4w2 ай бұрын

    i also want to add photos/ gif on my gui, can I somehow use this with integration with lvgl or some other gif libraries like AnimatedGIF?

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    2 ай бұрын

    No the library does not support lvgl or AnimatedGIF

  • @lucassheridon9809
    @lucassheridon98096 ай бұрын

    is it possible to have a color gradient across the shapes? Specifically wondering about the arc going from a green to a red like a speedometer type of gauge

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    6 ай бұрын

    I dot not think you can apply gradient to arcs, only to fill shapes

  • @zanadev2030
    @zanadev2030 Жыл бұрын

    Merci

  • @MB-fp9lq
    @MB-fp9lq5 ай бұрын

    Hello. I'm trying to use this libray with an ili9488 on an arduino uno, but it doesn't seem to work. with the tftespi option, I can see that the ili9488 is indeed supported, but since i'm using an arduino and not an esp32, I don't hat's the problem. I would be grateful if you can help me out with this. Thanks in advance.

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    5 ай бұрын

    Are you able to show text on the screen using tft eSPI functions?

  • @MB-fp9lq

    @MB-fp9lq

    5 ай бұрын

    @@thelastoutpostworkshop I don't have an esp32 so I didn't try. I just looked at the files and found that ili9844 was included. Btw, the reason why I think it didn't get detected is because I tried to display the text without the built in functions of your library, the regular manner I mean while using tft lcd library, and it didn't work. The console works, it says the function is run, but nothing appears on the screen. I have tested the screen without this library and it works. It runs with adafruit gfx and a library called ili9488.h

  • @MB-fp9lq

    @MB-fp9lq

    5 ай бұрын

    @@thelastoutpostworkshop No, unfortunatelty I don't have an esp32. I just checked the files of the espi and saw that the ili9488 is indeed supported. The reason why I'm suspecting the arduino library doesn't support this screen is because on the tft lcd folder, the registers.h file doesn't include the ili9488. Also, when I use the tftlcd lib, the screen lights up but no text is displayed even by using the normal print function. When I run your custom functions, the console shows that they have indeed been executed but nothing appears on the screen. When using the screen with the traditional gfx and ili9488.h libraries, the screen works fine, so i'm guessing it's just not detected when I use the fastdisplay library.

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    5 ай бұрын

    In the FastDisplayPrototyping.h, the ili9488 is not defined for Adafruit GFX, try adding it manually. Are you using this driver for ili9488 : github.com/jaretburkett/ILI9488

  • @MB-fp9lq

    @MB-fp9lq

    5 ай бұрын

    @@thelastoutpostworkshop Yes, exactly this one. I'm not sure how to add the ili9488 in the file. I don't quite understand the symbols that it contains.

  • @phakalanep7241
    @phakalanep7241 Жыл бұрын

    Great video - however I have failed to find a list of commands like "ce , drw a circle, ci ," etc please help

  • @thelastoutpostworkshop

    @thelastoutpostworkshop

    Жыл бұрын

    Yes a list of commands could be useful, you can find them here : github.com/thelastoutpostworkshop/FastDisplayPrototyping

  • @phakalanep7241

    @phakalanep7241

    Жыл бұрын

    @@thelastoutpostworkshop "PERFECTION" Thanks