This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
6cf904cc0d
zephyr
/
samples
/
display
/
grove_display
/
prj.conf
8 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples/grove_lcd: build for x86 too This adds the config file for x86 based platforms. Also, it no longer clears the screen at each counter update, as the app is writing the same amount of characters anyway. This gets rid of the screen flickering. Change-Id: I1db6dd4b7978b764b7538e120354fc5d010df283 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-01-13 01:57:03 +08:00
CONFIG_STDOUT_CONSOLE=y
CONFIG_PRINTK=y
CONFIG_I2C=y
grove: lcd: move grove lcd driver to drivers/display Move to display drivers where it belongs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-10-19 20:36:23 +08:00
CONFIG_DISPLAY=y
samples/grove_lcd: build for x86 too This adds the config file for x86 based platforms. Also, it no longer clears the screen at each counter update, as the app is writing the same amount of characters anyway. This gets rid of the screen flickering. Change-Id: I1db6dd4b7978b764b7538e120354fc5d010df283 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-01-13 01:57:03 +08:00
CONFIG_GROVE_LCD_RGB=y