-
Offending line:
https://github.com/tuupola/hagl/blob/master/src/hagl.c#L364
The easiest fix would be for `hagl_put_text` / `hagl_put_char` to take a second color parameter which would represent th…
-
I cloned the repo then set target device with
`idf.py set-target esp32s3`
Then ran
`idf.py build`
But it returns an error
"""
/home/sifat/esp32_hackingtool/components/hagl_hal/src/mi…
-
I don't see a driver folder, most likely driver/gpio.h will be a problem too
`FAILED: esp-idf/hagl_hal/CMakeFiles/__idf_hagl_hal.dir/src/mipi_display.c.obj
ccache E:\Espressif\tools\xtensa-esp32-…
-
Hello ,
During the building phase of the project I am encountering an issue with hagl.c which is missing along other hagl files .
I did find the hagl library and added all the relevant files in …
-
I'm using a ESP32 WROOM board and a ILI9341 TFT display.
```bash
#
# Hardware Agnostic Graphics Library (HAGL)
#
CONFIG_HAGL_TJPGD_NEEDS_BYTESWAP=y
# end of Hardware Agnostic Graphics Library …
-
Already done at source level.
-
I just found this library and I'm very impressed with the design and the code quality!
I've been using a different (simpler) driver library to talk to little LCD screens from the Pico, and one feat…
-
Hi,
I'm trying to build an esp32 based project with both the hagl_hal (hagl_esp_mipi) and a qemu_hal which currently does nothing but I would like to expose the screen via network for testing purpo…
-
Given that HAGL is essentially a software rasterizer (with an option to delegate a few things to the HAL below), I'm a bit surprised that bitmap_t is missing all the draw* and fill* methods that you'v…
-
It seems multiple SPI devices on the same bus aren't supported, as the bus is acquired without a way of releasing it.
https://github.com/tuupola/hagl_esp_mipi/blob/4630e89d7ab1eaee9645fe187f3237d4f…