From 9b503521b756cc93d627d0d6ecc934c20387cd32 Mon Sep 17 00:00:00 2001 From: Francisco Demartino Date: Wed, 26 Apr 2017 18:23:41 -0300 Subject: [PATCH] board_hd77480: rename to board_hd44780 (typo?) https://en.wikipedia.org/wiki/Hitachi_HD44780_LCD_controller --- examples/{board_hd77480 => board_hd44780}/Makefile | 0 examples/{board_hd77480 => board_hd44780}/README | 0 .../atmega48_charlcd.c | 0 .../{board_hd77480 => board_hd44780}/avr_hd44780.c | 0 .../{board_hd77480 => board_hd44780}/avr_hd44780.h | 0 .../avr_hd44780_conf.h | 0 examples/{board_hd77480 => board_hd44780}/charlcd.c | 0 .../{board_hd77480 => board_hd44780}/data/blu.tiff | Bin .../{board_hd77480 => board_hd44780}/data/font.tiff | Bin .../data/processblu.py | 0 examples/{board_hd77480 => board_hd44780}/font.h | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename examples/{board_hd77480 => board_hd44780}/Makefile (100%) rename examples/{board_hd77480 => board_hd44780}/README (100%) rename examples/{board_hd77480 => board_hd44780}/atmega48_charlcd.c (100%) rename examples/{board_hd77480 => board_hd44780}/avr_hd44780.c (100%) rename examples/{board_hd77480 => board_hd44780}/avr_hd44780.h (100%) rename examples/{board_hd77480 => board_hd44780}/avr_hd44780_conf.h (100%) rename examples/{board_hd77480 => board_hd44780}/charlcd.c (100%) rename examples/{board_hd77480 => board_hd44780}/data/blu.tiff (100%) rename examples/{board_hd77480 => board_hd44780}/data/font.tiff (100%) rename examples/{board_hd77480 => board_hd44780}/data/processblu.py (100%) rename examples/{board_hd77480 => board_hd44780}/font.h (100%) diff --git a/examples/board_hd77480/Makefile b/examples/board_hd44780/Makefile similarity index 100% rename from examples/board_hd77480/Makefile rename to examples/board_hd44780/Makefile diff --git a/examples/board_hd77480/README b/examples/board_hd44780/README similarity index 100% rename from examples/board_hd77480/README rename to examples/board_hd44780/README diff --git a/examples/board_hd77480/atmega48_charlcd.c b/examples/board_hd44780/atmega48_charlcd.c similarity index 100% rename from examples/board_hd77480/atmega48_charlcd.c rename to examples/board_hd44780/atmega48_charlcd.c diff --git a/examples/board_hd77480/avr_hd44780.c b/examples/board_hd44780/avr_hd44780.c similarity index 100% rename from examples/board_hd77480/avr_hd44780.c rename to examples/board_hd44780/avr_hd44780.c diff --git a/examples/board_hd77480/avr_hd44780.h b/examples/board_hd44780/avr_hd44780.h similarity index 100% rename from examples/board_hd77480/avr_hd44780.h rename to examples/board_hd44780/avr_hd44780.h diff --git a/examples/board_hd77480/avr_hd44780_conf.h b/examples/board_hd44780/avr_hd44780_conf.h similarity index 100% rename from examples/board_hd77480/avr_hd44780_conf.h rename to examples/board_hd44780/avr_hd44780_conf.h diff --git a/examples/board_hd77480/charlcd.c b/examples/board_hd44780/charlcd.c similarity index 100% rename from examples/board_hd77480/charlcd.c rename to examples/board_hd44780/charlcd.c diff --git a/examples/board_hd77480/data/blu.tiff b/examples/board_hd44780/data/blu.tiff similarity index 100% rename from examples/board_hd77480/data/blu.tiff rename to examples/board_hd44780/data/blu.tiff diff --git a/examples/board_hd77480/data/font.tiff b/examples/board_hd44780/data/font.tiff similarity index 100% rename from examples/board_hd77480/data/font.tiff rename to examples/board_hd44780/data/font.tiff diff --git a/examples/board_hd77480/data/processblu.py b/examples/board_hd44780/data/processblu.py similarity index 100% rename from examples/board_hd77480/data/processblu.py rename to examples/board_hd44780/data/processblu.py diff --git a/examples/board_hd77480/font.h b/examples/board_hd44780/font.h similarity index 100% rename from examples/board_hd77480/font.h rename to examples/board_hd44780/font.h -- 2.39.5