Good morning everyone, I was given 2 yellow chip CYD touch displays and for a few days I have been trying to set up the various pages.
As you can see from the photo I have 5 pages and to the right of it the reference page opens. I am not able to eliminate that annoying white border that I could use that space to make the page a little bigger.
I try to use
disp_bg_color: 0x000000
bg_color: 0x000000
border_color: 0x000000
Can you help me understand what I am doing wrong? I am using LVGL
thanks
lvgl:
disp_bg_color: 0x000000
displays:
- main_display
touchscreens:
- main_touch
buffer_size: 20%
widgets:
- tabview:
id: tabview_id
position: LV_DIR_LEFT
width: 320
height: 240
size: 105
tab_style:
bg_color: 0x000000
border_opa: 0
border_color: 0x000000
border_width: 0
border_side: none
outline_width: 0
shadow_width: 0
pad_left: 0
pad_right: 0
pad_top: 0
pad_bottom: 0
items:
text_color: 0xFFFFFF
text_font: font20
text_align: left
tabs:
- name: FOTOVOLTAICO
id: tab_1
widgets:
- obj:
id: bg_tab_1
x: 0
y: 0
width: 185
height: 210
bg_color: 0x000000
border_width: 0
- label:
id: battery_label
text: "BATTERIA: --%"
x: 0
y: 0
text_color: 16777215
text_font: font2
recolor: true
- label:
id: enel_label
text: "CONSUMO ENEL: --W"
x: 0
y: 15
text_color: 16777215
text_font: font2
recolor: true
- label:
id: load_label
text: "CARICO SCARICO: --A"
x: 0
y: 30
text_color: 16777215
text_font: font2
recolor: true
- label:
id: pv_label
text: "PANNELLI: --W"
x: 0
y: 45
text_color: 16777215
text_font: font2
recolor: true
- name: ELETTRODOMESTICI
id: tab_2
widgets:
- obj:
id: bg_tab_2
x: 0
y: 0
width: 215
height: 240
bg_color: 0x003366 # blu scuro
border_width: 0
- label:
text: "Contenuto della Pagina 2"
x: 10
y: 10
text_color: 0xFFFFFF
text_font: font2
- name: GIARDINO
id: tab_3
widgets:
- obj:
id: bg_tab_3
x: 0
y: 0
width: 215
height: 240
bg_color: 0x003300 # verde scuro
border_width: 0
- label:
text: "Contenuto della Pagina 3"
x: 10
y: 10
text_color: 0xFFFFFF
- name: METEO
id: tab_4
widgets:
- obj:
id: bg_tab_4
x: 0
y: 0
width: 215
height: 240
bg_color: 0x330000 # rosso scuro
border_width: 0
- label:
text: "Contenuto della Pagina 4"
x: 10
y: 10
text_color: 0xFFFFFF
- name: ATTUATORI
id: tab_5
widgets:
- obj:
id: bg_tab_5
x: 0
y: 0
width: 215
height: 240
bg_color: 0x333300 # giallo scuro
border_width: 0
- label:
text: "Contenuto della Pagina 5"
x: 10
y: 10
text_color: 0xFFFFFF