Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Gfx Alternatives
Similar projects and alternatives to gfx
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
esp_ttgo_pingo_3d
A test using a TTGO module (ESP32 + screen) which renders a 3d scene using pingo library
-
-
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
-
-
esp-idf
Espressif IoT Development Framework. Official development framework for Espressif SoCs.
-
-
node-sonos-http-api
An HTTP API bridge for Sonos easing automation. Hostable on any node.js capable device, like a raspberry pi or similar.
-
-
wvr
Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
gfx reviews and mentions
- Guidance on how to get started
- htcw_gfx 1.4.6 is released
-
Just got SVG graphics rendering on an ESP32
Thx, interesting. Made me G**gle it: https://github.com/codewitch-honey-crisis/gfx
-
Since so many people have a little TTGO Display T1...
The graphics library to drive the display is htcw_gfx, as I mentioned, https://honeythecodewitch.com/gfx/ which includes true type font and jpg support built in.
-
I've updated my Sonos remote code
Also just as importantly, this runs the htcw_gfx graphics library through its paces, so it's a good starting example of how to use some of the core features like JPGs and Truetype fonts.
-
htcw_gfx high performance batching with the TTGO T1
As some of you may know I'm the author of the htcw_gfx library for IoT. The library supports TrueType fonts, JPGs, alpha blending, automatic color matching for indexed devices like color e-paper displays, X11 colors, arbitrary pixel and bitmap formats and automatic conversion between different pixel formats. It was designed as a bit more high level of a library than something like TFT_eSPI, and is built using C++isms and Generic Programming, so templates are what's for dinner.
-
Demo of using htcw_gfx with the LCD Panel API
It *is* possible to use htcw_gfx with this API, as long as you're willing to draw to a bitmap and then send that bitmap to the display. It's pretty easy to do from platformIO under arduino or the ESP-IDF.
- Noob question : Can the esp32 replace arduino?
-
What Framework you prefer?
htcw_gfx makes heavy use of templates and metaprogramming to allow for things like arbitrary binary pixel formats that wouldn't be feasible to compute and manipulate at runtime. The documentation covers what it looks like to use it.
- How many of you have a Lilygo T5 4.5 inch E-paper unit?
-
A note from our sponsor - InfluxDB
www.influxdata.com | 30 Nov 2023
Stats
codewitch-honey-crisis/gfx is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of gfx is C.