Skip to content

Commit c6c5d31

Browse files
JarmouniAkartben
authored andcommitted
samples: lvgl: multi_display: add SDL Window titles
Add custom titles to SDL windows in native sim Signed-off-by: Abderrahmane JARMOUNI <[email protected]>
1 parent 6be42eb commit c6c5d31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/modules/lvgl/multi_display/boards/native_sim_64.overlay

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
};
1313

1414
sdl_dc {
15+
title = "Zephyr Display 1";
1516
width = <800>;
1617
height = <600>;
1718
status = "okay";
@@ -31,6 +32,7 @@
3132

3233
sdl_dc2: sdl-dc2 {
3334
compatible = "zephyr,sdl-dc";
35+
title = "Zephyr Display 2";
3436
width = <800>;
3537
height = <600>;
3638
status = "okay";

0 commit comments

Comments
 (0)