-
## Expected Behavior
- should work with fonts, processed with `ttfautohint`, when hinting enabled.
## Current Behavior
crash with error:
```
Hinting error:Error: unknown instruction: 0x78…
-
Hi,
Would you be interested in writing a post about this project on [LittelvGL's blog](https://blog.littlevgl.com/)?
A short introduction of MangOH and a getting started guide with it and Littev…
-
With the latest version 2.1.6 of the Glue library, the ESP32 crashes while initialising LVGL (after calling glue.begin).
I am using a Sparkfun ESP32 Thing which uses a ESP32-D0WDQ6.
I tested it wi…
-
Sorry if someone has already asked this but i wanted to know whether there is anyway to use your skill on a raspberry pi connected to an external display to display the status of all the devices on t…
-
For ESP 32 exist a solution to use the on chip pulse counter modules (PULSE_CNT) for interfacing multiple (up to 8) quadrature encoded signals. I used the code successfully and integrated it into lv-m…
-
Hi, I am trying to use PC simulator for setting up a monochrome display 64x128. Though I setup the lv_conf.h color depth to 1, it's just showing white background color, no buttons are shown (button is…
-
When building for GUI builder, certain parameters of the LittlevGL configuration should be adjustable at run-time. Some examples include:
- Display resolution
- Color depth
- Cursor blink speed
…
-
I try to use RPi4 with DRM dispplay driver
```
drm_init();
/*A small buffer for LittlevGL to draw the screen's content*/
static lv_color_t buf[DISP_BUF_SIZE],buf1[DISP_BUF_SIZE];
…
-
## No GUI, suitable for embedded use on small SOC-s
Currently there are no complete solutions, suitable to create modern interfaces on "small" devices (like 8-16K RAM + 64-128K Flash).
### Targe…
-
It's funny, cause this worked on my home machine, but laptop gives me trouble. Maaaaaybe has something to do with the fact I have cygwin install in the system, but then again I tried to remove it from…