gfx
wokwi-features
gfx | wokwi-features | |
---|---|---|
35 | 133 | |
110 | 69 | |
- | - | |
8.2 | 0.0 | |
7 days ago | almost 3 years ago | |
C | ||
MIT License | - |
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
wokwi-features
-
RISC-V Emulator for Sophgo SG2000 SoC (Pine64 Oz64 / Milk-V Duo S)
Do you know https://wokwi.com/ ? I have found support for the -C3, and even Rust development. Although it's online, if you are looking for local stuff I don't know if what they use is available, or if it's a secret sauce.
-
Why You Should Choose MicroPython for Prototyping and Research Work
Even you can learn MicroPython using online simulator using WokWi. You will find tons of ready projects of others that will help you to learn.
-
From Zero to Rust: Simplified Embedded Systems Programming
The primary goal of Simplified Embedded Rust is to make embedded Rust accessible and straightforward. By lowering the barrier to entry, the book aims to increase accessibility and provide a coherent overview of embedded Rust, minimizing the challenges many of us faced early on. The book gradually builds up the necessary knowledge, making it easier for readers to grasp more complex concepts. Practical material for each peripheral is included, allowing readers to apply their learning effectively without needing physical hardware. Thanks to modern tools like Wokwi we can replicate the software learning experience in embedded more effectively. The book also supports programming any supported ESP device in Rust, leveraging the powerful Espressif crates.
-
Getting into Robotics as a Software Engineer
No, no - I have a half a dozen RPi's of varying revisions. Since they run Linux and the SDcards are less than robust, anytime you accidentially trip the power (which to me happens several times during hardware debugging sessions) you risk scrambling the rootfs and thus need to reflash a new SDcard. Some SDcards get damaged.
I recommend using Arduino and/or Wokwi (https://wokwi.com/) to get started.
- Wokwi – Simulate IoT Projects in the Browser
- Simulate IoT Projects in the Browser
-
Embedded Rust Education: 2023 Reflections & 2024 Visions
More Wokwi Integration: Wokwi is an amazing embedded simulator and is great for getting started quickly. For a learner, there's no need for toolchain setup or even the purchase of hardware. There are many features as well that make it quite a flexible tool supporting a lot of features right from the browser. Users can also vote for more features. Still maybe at some point, one might want to tinker with physical hardware. However, at that point, they would have gained some confidence first. Currently, only ESP boards are supported with Rust on Wokwi. I hope for the variety to expand soon.
-
Need advice on Arduino projects and programming
In addition to the other great suggestions here I wanted to point out that you can practice and learn a lot for free using an online simulator such as wokwi.com and tinkercad.com (among others)! And you don't have to buy an Arduino or any parts to get started!
-
Arduino calender clock project
And you can prototype all of this first to get it working for free using an online simulator at sites like wokwi.com or tinkercad.com!
-
How do I get better at Low level programming
If you don't have the budget for real hardware consider the simulator at https://wokwi.com/ It works with Rust (at least for ESP32, haven't tried other architectures). Bonus: you can't blow up the electronics by a wiring mistake.
What are some alternatives?
esp-idf-sys - Bindings for ESP-IDF (Espressif's IoT Development Framework)
fritzing-app - Fritzing desktop application
nanosvg - Simple stupid SVG parser
PlatformIO - Your Gateway to Embedded Software Development Excellence :alien:
TJpg_Decoder - Jpeg decoder library based on Tiny JPEG Decompressor
WS2812FX - WS2812 FX Library for Arduino and ESP8266
gfx_demo - GFX Demo for Arduino and the ESP-IDF
BIPES - BIPES: Block based Integrated Platform for Embedded Systems allows text and block based programming for several types of embedded systems and Internet of Things modules using MicroPython, CircuitPython, Python or Snek. You can connect, program, debug and monitor several types of boards using network, USB or Bluetooth. No software install needed!
esp-adf - Espressif Audio Development Framework
QEMU - Official QEMU mirror. Please see https://www.qemu.org/contribute/ for how to submit changes to QEMU. Pull Requests are ignored. Please only use release tarballs from the QEMU website.
ttgo_mandlebrot
std-training - Embedded Rust on Espressif training material.