Questions tagged [lvgl]

19 questions
0
votes
0 answers

Where is `lv_style_copy` in the lvgl repository?

I am currently trying out LVGL and ran into the following issue: I found that with the function lv_style_copy(...) I can copy one style into the other. I need this to base my styles off of each other. It is explicitly stated in the documentation…
Vandrey
  • 531
  • 1
  • 8
  • 23
0
votes
0 answers

LVGL Compile error “dram0.bss’ will not fit in region `dram0_0_seg’” with ILI9488 & ESP32 on Arduino Core

I constantly get this error, no matter what I'm doing... I have an ILI9488 with 4-wire SPI and a GT911 capacitive Touch driver on an ESP32 (2MB, no PSRAM, arduino core). this is my main.ino-file: #include #include #include…
0
votes
1 answer

Creating a const char* from another const char*

i am working on an embedded medical device and have a little problem. I have 2 seperated "application groups", which menas that both of them a strictly separated but nevertheless need to communicate. Group A is the safe area and Group B the unsafe…
DaveR
  • 63
  • 1
  • 10
0
votes
1 answer

LVGL functions not defined - why?

I'm implementing a sample application on SeeedStudio's Wio Terminal with LVGL. I followed the LVGL's porting tutorial and came up with the following: #include "lib\lvgl\lvgl.h" #include #include #include…
Spook
  • 25,318
  • 18
  • 90
  • 167
1
2