Skip to content

Commit

Permalink
[Silabs] Move Display code to common location (#26102)
Browse files Browse the repository at this point in the history
* Move Display code to common location

* fix conflicts
  • Loading branch information
jepenven-silabs authored and pull[bot] committed Oct 24, 2023
1 parent 14f4528 commit 2085429
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 933 deletions.
8 changes: 4 additions & 4 deletions examples/platform/silabs/SiWx917/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ config("siwx917-common-config") {
defines = [ "OTA_PERIODIC_TIMEOUT=${ota_periodic_query_timeout_sec}" ]

if (!disable_lcd) {
include_dirs = [ "display" ]
include_dirs = [ "${silabs_common_plat_dir}/display" ]

defines += [ "DISPLAY_ENABLED" ]
}
Expand Down Expand Up @@ -264,11 +264,11 @@ source_set("siwx917-common") {

if (!disable_lcd) {
sources += [
"display/demo-ui.c",
"display/lcd.cpp",
"${silabs_common_plat_dir}/display/demo-ui.c",
"${silabs_common_plat_dir}/display/lcd.cpp",
]

include_dirs += [ "display" ]
include_dirs += [ "${silabs_common_plat_dir}/display" ]
public_deps += [ "${chip_root}/examples/common/QRCode" ]
}

Expand Down
356 changes: 0 additions & 356 deletions examples/platform/silabs/SiWx917/display/demo-ui-bitmaps.h

This file was deleted.

136 changes: 0 additions & 136 deletions examples/platform/silabs/SiWx917/display/demo-ui.c

This file was deleted.

220 changes: 0 additions & 220 deletions examples/platform/silabs/SiWx917/display/lcd.cpp

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 2085429

Please sign in to comment.