samples: cfb_shell: remove FRDM-K64F board config and overlay
Remove FRDM-K64F board config and overlay from cfb_shell sample. Enable test for the shield ssd1306_128x32. Signed-off-by: Johann Fischer <j.fischer@phytec.de>
This commit is contained in:
parent
73ee79d2fe
commit
39bfc845b7
3 changed files with 2 additions and 26 deletions
|
@ -1,3 +0,0 @@
|
||||||
CONFIG_I2C=y
|
|
||||||
CONFIG_SSD1306=y
|
|
||||||
CONFIG_SSD1306_SH1106_COMPATIBLE=n
|
|
|
@ -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>;
|
|
||||||
};
|
|
||||||
};
|
|
|
@ -7,5 +7,7 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.display.cfb_shell.ssd1306:
|
sample.display.cfb_shell.ssd1306:
|
||||||
platform_whitelist: frdm_k64f
|
platform_whitelist: frdm_k64f
|
||||||
|
extra_args: SHIELD=ssd1306_128x32
|
||||||
|
tags: shield
|
||||||
sample.display.cfb_shell.ssd16xx:
|
sample.display.cfb_shell.ssd16xx:
|
||||||
platform_whitelist: reel_board
|
platform_whitelist: reel_board
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue