Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
Merge pull request #155 from jimmy-huang/grove-lcd-support
Browse files Browse the repository at this point in the history
Initial Grove LCD API implementation and demo code
  • Loading branch information
Jimmy Huang committed Sep 3, 2016
2 parents 6b6ac5c + eb1907a commit 9fbdc67
Show file tree
Hide file tree
Showing 12 changed files with 1,169 additions and 371 deletions.
5 changes: 4 additions & 1 deletion arc/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,8 @@ CONFIG_NANO_TIMEOUTS=y
CONFIG_ADC=y
CONFIG_ADC_DW=y
CONFIG_ADC_DW_REPETITIVE=y
CONFIG_FLASH_BASE_ADDRESS=0x40050000
CONFIG_I2C=y
CONFIG_GROVE=y
CONFIG_GROVE_LCD_RGB=y
CONFIG_GROVE_LCD_RGB_INIT_PRIORITY=90
CONFIG_FLASH_BASE_ADDRESS=0x40050000

0 comments on commit 9fbdc67

Please sign in to comment.