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
1ac3cc9347
zephyr
/
samples
/
drivers
/
lcd_hd44780
/
prj.conf
4 lines
40 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: gpio: lcd: sample app for HD44780 LCD controller Display text strings on parallel interfacing HD44780 based generic LCD controller using GPIO pins to interface with Arduino Due(SAM3). HD44780 is a popular controller and an example can help using gpio pins in parallel with it. I have tested it on JHD20x4 LCD panel for 4Bits & 8Bits configuration. The code has been made generic so that user can modify quite a few options. Datasheets: http://lcd-linux.sourceforge.net/pdfdocs/hd44780.pdf Signed-off-by: Milind Deore <tomdeore@gmail.com> Change-Id: If2809222466b462fa2f4c42b14a514828530f082
2016-05-14 14:30:18 +08:00
CONFIG_GPIO=y
samples: add some missing testcase.ini Issue: ZEP-1768 Change-Id: Ia59e02bdaf9302b991f0423ef5eba7b0102877b0 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-02-23 06:27:18 +08:00
CONFIG_GPIO_ATMEL_SAM3=y