gfx
gfx_demo
gfx | gfx_demo | |
---|---|---|
35 | 40 | |
110 | 71 | |
- | - | |
8.2 | 0.0 | |
7 days ago | about 2 years ago | |
C | C | |
MIT License | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gfx
-
Winduino: The beginnings of an Arduino emulator layer for PC
This should work with LVGL but I haven't tried it. It does work with https://honeythecodewitch.com/uix and https://honeythecodewitch.com/gfx and the example project uses that.
-
I've produced a couple of projects for doing graphics and user-interface stuff
The graphics library https://honeythecodewitch.com/gfx/
-
UI/UX and 2d graphics libraries (cross platform)
I've developed a graphics library that supports TrueType, SVG, PNG, JPG, alpha blending and X11 colors here: https://honeythecodewitch.com/gfx/
-
If my ESP32 is being powered by a 5V power supply through the 5V Vin pin, can I simultaneously output 3.3V to some other peripherals in the system that require 3.3Volts
The ESP32 will reboot with a brownout message if you draw too much current. Obviously you want to avoid this, but after writing a graphics library htcw_gfx and writing a ton of drivers for many different displays, I've never had any issues running the backlight off the ESP32's 3.3v pin when plugged into USB, or even on LiPO.
- Guidance on how to get started
- htcw_gfx 1.4.6 is released
- Initial SVG support in htcw_gfx 1.4.4
-
Just got SVG graphics rendering on an ESP32
Thx, interesting. Made me G**gle it: https://github.com/codewitch-honey-crisis/gfx
-
Alternatives to LVGL for embedded graphics on a monochrome display?
Try out https://github.com/codewitch-honey-crisis/gfx - it works very well on monochrome displays and is lighter than LVGL.
- htcw_gfx 1.3.8 is out and published to PIO
gfx_demo
-
GFX Library Roundup (See comments for links)
GFX Library Documentation: https://www.codeproject.com/Articles/5302085/GFX-Forever-The-Complete-Guide-to-GFX-for-IoT
-
Waveshare 1.54inch (b) V2 3-color e-paper w/ GFX (see comments)
GFX is a feature rich graphics library that does jpg loading, truetype fonts, alpha blending, etc.
- GUI Design on the fly
- Latest GFX driver library roundup
-
This is a shot in the dark - color dithering on the ESP32
starting at line 573 here: https://github.com/codewitch-honey-crisis/gfx_demo/blob/master/lib/gfx/include/gfx_palette.hpp
-
ESP32 multi display with SD card
basically draw to a bitmap and then blt that to the display. you can do the latter asynchronously, so you can load, then display, and while displaying, load the next one. it won't help immensely, but it will speed things up slightly. In GFX you'd use draw::bitmap_async. There's full documentation linked to from the link I gave you above - look in "Properly doing asynchronous draws" https://www.codeproject.com/Articles/5302085/GFX-Forever-The-Complete-Guide-to-GFX-for-IoT
- GFX is now available as a PlatformIO library
-
ESP-IDF and SPI overhead - why I've focused on targeting Arduino
I queue a variable number of transactions, either polling or non depending on context, using this code I wrote: https://github.com/codewitch-honey-crisis/gfx_demo/blob/master/src/esp-idf/drivers/common/spi_master.hpp
- I just got my waveshare 5.65 inch 7-color e-paper working with GFX!
-
Dual core really faster? ESP32 versus ESP32!
In case the OP doesn't respond, I'll field your question as best as I can: You can do the rendering using a bitmap flipping algorithm along with DMA. I also know it's possible to keep the framebuffer for that display in ram, with memory left over to do bitmap flipping because I do that very thing in https://github.com/codewitch-honey-crisis/gfx_demo - that device is a Lilygo-TTGO and I have several. The above code can run on it.
What are some alternatives?
esp-idf-sys - Bindings for ESP-IDF (Espressif's IoT Development Framework)
nf-interpreter - :gear: nanoFramework Interpreter, CLR, HAL, PAL and reference target boards
wokwi-features - Wokwi Feature requests & Bug Reports
at24cx - C library for AT24CX EEPROM I2C interface. Sample implementations for esp32 (esp-idf) and raspberry pi pico (PICO-SDK) included
nanosvg - Simple stupid SVG parser
lv_port_esp32 - LVGL ported to ESP32 including various display and touchpad drivers
TJpg_Decoder - Jpeg decoder library based on Tiny JPEG Decompressor
esp-mqtt - ESP32 mqtt component
esp-adf - Espressif Audio Development Framework
JETGPIO - C library to manage the GPIO header of the Nvidia Jetson boards
ttgo_mandlebrot
TFT_eSPI - Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips