diff --git a/samples/display/cfb_shell/boards/frdm_k64f.conf b/samples/display/cfb_shell/boards/frdm_k64f.conf deleted file mode 100644 index b688a7ed6ea..00000000000 --- a/samples/display/cfb_shell/boards/frdm_k64f.conf +++ /dev/null @@ -1,3 +0,0 @@ -CONFIG_I2C=y -CONFIG_SSD1306=y -CONFIG_SSD1306_SH1106_COMPATIBLE=n diff --git a/samples/display/cfb_shell/frdm_k64f.overlay b/samples/display/cfb_shell/frdm_k64f.overlay deleted file mode 100644 index 00810264a74..00000000000 --- a/samples/display/cfb_shell/frdm_k64f.overlay +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Copyright (c) 2018, Diego Sueiro - * - * SPDX-License-Identifier: Apache-2.0 - */ - -&i2c0 { - status = "okay"; - - ssd1306@3c { - compatible = "solomon,ssd1306fb"; - reg = <0x3c>; - label = "SSD1306"; - width = <128>; - height = <64>; - segment-offset = <0>; - page-offset = <0>; - display-offset = <0>; - segment-remap; - com-invdir; - prechargep = <0x22>; - }; -}; diff --git a/samples/display/cfb_shell/sample.yaml b/samples/display/cfb_shell/sample.yaml index 4bb7eb11a7f..9d48f0b93b8 100644 --- a/samples/display/cfb_shell/sample.yaml +++ b/samples/display/cfb_shell/sample.yaml @@ -7,5 +7,7 @@ sample: tests: sample.display.cfb_shell.ssd1306: platform_whitelist: frdm_k64f + extra_args: SHIELD=ssd1306_128x32 + tags: shield sample.display.cfb_shell.ssd16xx: platform_whitelist: reel_board