Тёмный

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

The Last Outpost Workshop
Подписаться 8 тыс.
Просмотров 7 тыс.
50% 1

The FastDisplayPrototyping library is an innovative solution designed to streamline and expedite the process of creating designs on microcontroller displays.
By utilizing the Serial Monitor, this library enables real-time adjustments and previewing of graphical design changes, without the need for repeated compiling and uploading.
Compatible with any display that works with the Adafruit GFX or TFT_eSPI libraries, the FastDisplayPrototyping library significantly reduces design and prototyping time, providing immediate visual feedback and a more efficient design process.
In this video, I'll walk you through the installation process, demonstrate the various graphics commands, and show you how to optimize your workflow with this powerful library. Compatible with both Adafruit GFX and TFT_eSPI libraries, this open-source tool will revolutionize your approach to display design.
🔔 Support the channel🔔
www.buymeacoffee.com/thelasto...
Fast Display Prototyping Library on Giithub:
github.com/thelastoutpostwork...
Color Code Values:
github.com/newdigate/rgb565_c...
Products shown:
Round Oled Display:
amzn.to/3CJjbHy
Small TFT Screen:
amzn.to/424J6DR
TFT Arduino Shield:
amzn.to/3oN6bMV
Please note that the product links are Amazon affiliate links. As an Amazon Associate, I earn from qualifying purchases at no additional cost to you. This helps support the channel and allows me to continue creating content for you. Thank you for your support!
See my other videos:
Master Animated GIF on the Round Display & ESP32:
• Bring GIFs to Life: An...
Master the Round TFT Display on ESP32 and GC9A01 driver with the TFT_eSPI library:
• Master the Round TFT D...
Create a Star Wars Tactical Display with the round Display:
• Create a Star Wars Tac...
Master the MP3-TF-16P (DF Player Mini) on Arduino: Seamless Sound Integration & Easy Setup!
• Master the MP3-TF-16P ...
Chapters:
0:00 Introduction
1:55 Installing the Fast Display Prototyping Library
4:10 Setting up Adafruit GFX Display Driver
5:29 Demonstrating Adafruit GFX Graphics Functions
20:04 Setting up TFT_eSPI Display Driver
22:34 Demonstrating Specific TFT_eSPI Graphics Functions
34:26 Tips & Tricks for Fast Display Prototyping
#AdafruitGFX, #TFT_eSPI, #DisplayDesign, #RealTimeDesign, #OpenSource, #GraphicCommands, #SerialMonitor, #ArduinoLibrary, #ArduinoTutorial, #ArduinoDisplays, #LCD, #OLED, #TFT, #arduino

Наука

Опубликовано:

 

28 июл 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 21   
@thelastoutpostworkshop
@thelastoutpostworkshop 11 месяцев назад
See my other videos: Master Animated GIF on the Round Display & ESP32: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-mqSe_uMpxIs.html Master the Round TFT Display on ESP32 and GC9A01 driver with the TFT_eSPI library: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-pmCc7z_Mi8I.html Create a Star Wars Tactical Display with the round Display: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-HzHRJd7rihE.html Master the MP3-TF-16P (DF Player Mini) on Arduino: Seamless Sound Integration & Easy Setup! ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-PBdqgHj_AkU.html
@sebiferi
@sebiferi Год назад
A very useful library! It makes planning and work easier. Thanks!
@thelastoutpostworkshop
@thelastoutpostworkshop Год назад
You're welcomed
@davidmclean5067
@davidmclean5067 3 месяца назад
Very, very nice!
@michaelangellotti5741
@michaelangellotti5741 3 месяца назад
I like! Thanks.
@Sergio-np4lb
@Sergio-np4lb 9 месяцев назад
It's great, thinking that now the sequence of the Death Star shots could be done with this configuration
@zanadev2030
@zanadev2030 Год назад
Merci
@lucassheridon9809
@lucassheridon9809 6 месяцев назад
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
@user-go9sn7dm4w
@user-go9sn7dm4w Месяц назад
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 Месяц назад
No the library does not support lvgl or AnimatedGIF
@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
@MB-fp9lq
@MB-fp9lq 5 месяцев назад
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.
Далее
I found PERFECT display
51:32
Просмотров 557 тыс.
Kettim gul opkegani😋
00:37
Просмотров 1,4 млн
КРАСИМ ДЕНЬГИ В РОЗОВЫЙ!
01:01
Просмотров 592 тыс.
Каха заблудился в горах
00:57
Просмотров 4,8 млн
Build Your Own Drone Tracking Radar:  Part 1
20:08
Просмотров 495 тыс.
CHEAP DIY BOOST GAUGE
43:58
Просмотров 122 тыс.
Try these 16 Brilliant ESP32 projects!!!
11:18
Просмотров 557 тыс.
Exotic Round Displays and How to Use Them
14:21
Просмотров 332 тыс.
Master the Art of Animated GIFs on ESP32!
15:52
Просмотров 1,1 тыс.
Telefonu Parçaladım!😱
0:16
Просмотров 27 млн
ЗАБЫТЫЙ IPHONE 😳
0:31
Просмотров 19 тыс.
Battery  low 🔋 🪫
0:10
Просмотров 13 млн