Commit 9b503521b756cc93d627d0d6ecc934c20387cd32
authorFrancisco Demartino <demartino.francisco@gmail.com>
Wed, 26 Apr 2017 21:23:41 +0000 (18:23 -0300)
committerFrancisco Demartino <demartino.francisco@gmail.com>
Wed, 26 Apr 2017 21:23:41 +0000 (18:23 -0300)
tree1f595ffb8613bc653208041eb7938a2bd1b706c7
parentc5b2eb22221144620fd80cacce8c9542c83fc072
Message:
board_hd77480: rename to board_hd44780 (typo?)

https://en.wikipedia.org/wiki/Hitachi_HD44780_LCD_controller
22 files changed:
examples/board_hd44780/Makefile [new file with mode: 0644]
examples/board_hd44780/README [new file with mode: 0644]
examples/board_hd44780/atmega48_charlcd.c [new file with mode: 0644]
examples/board_hd44780/avr_hd44780.c [new file with mode: 0644]
examples/board_hd44780/avr_hd44780.h [new file with mode: 0644]
examples/board_hd44780/avr_hd44780_conf.h [new file with mode: 0644]
examples/board_hd44780/charlcd.c [new file with mode: 0644]
examples/board_hd44780/data/blu.tiff [new file with mode: 0644]
examples/board_hd44780/data/font.tiff [new file with mode: 0644]
examples/board_hd44780/data/processblu.py [new file with mode: 0644]
examples/board_hd44780/font.h [new file with mode: 0644]
examples/board_hd77480/Makefile [deleted file]
examples/board_hd77480/README [deleted file]
examples/board_hd77480/atmega48_charlcd.c [deleted file]
examples/board_hd77480/avr_hd44780.c [deleted file]
examples/board_hd77480/avr_hd44780.h [deleted file]
examples/board_hd77480/avr_hd44780_conf.h [deleted file]
examples/board_hd77480/charlcd.c [deleted file]
examples/board_hd77480/data/blu.tiff [deleted file]
examples/board_hd77480/data/font.tiff [deleted file]
examples/board_hd77480/data/processblu.py [deleted file]
examples/board_hd77480/font.h [deleted file]