-
when i git clone esp-iot-solution,I get the following error
`Cloning into '/mnt/d/workspace/esp32/esp-iot-solution/components/hmi/ugfx_gui/ugfx'...
fatal: unable to access 'https://git.ugfx.io/ugf…
-
I have a custom keyboard with an SH1106 connected for 4 wire SPI. I have a couple of questions
1. I seen ugfx included in the repo, I was going to just use this since its nice to have project suppo…
-
pypilot_lcd sends this error to log and stops. I do not know where to find ugfx, is this something to compile?
pypilot installed as python3 in RPI4.
```
Dec 29 18:26:56 openplotter pypilot_lcd[11…
-
-
_Short Question:_
The following code snipped from `cmake/FinduGFX.cmake` does not make sense to me.
```
if(NOT uGFX_LLD_CONFIG)
MESSAGE("No uGFX_LLD_CONFIG given, this may result in an error…
-
The I2C driver used for OLED functionality does not support KINETIS ARM microcontrollers.
## Feature Request Type
- [X] Core functionality
- [ ] Add-on hardware support (eg. audio, RGB, OLED sc…
-
`Running cmake in directory /Users/exrector/esp-iot-solution/components/motor/servo/servo_motor/build
Executing "cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DESP_PLATFORM=1 --warn-uninitialized -DIDF_TAR…
-
**What should be improved?**
Drawing larger images or many small ones reduces the framerate heavily, even when running on native Linux. Caching the files could be worth checking out.
**Describe the s…
-
## Environment
- Development Kit: Olimex ESP32-POE
- Kit version (for WroverKit/PicoKit/DevKitC): -
- Module or chip used: ESP32-WROOM-32D
- IDF version (run ``git describe --tags`` to find it):…
-
`ugfx.char(x, y, char, font, colour)` prints a single character.
`ugfx.set_default_font(font)` sets.. the default font.
Both should be implemented in the compatibility layer.