
On 12 September 2017 at 20:10, Wenyou Yang wenyou.yang@microchip.com wrote:
From: Wenyou Yang wenyou.yang@atmel.com
In order to display the company's logo via the API of DM_VIDEO, and add the logo files of both Atmel and Microchip.
Signed-off-by: Wenyou Yang wenyou.yang@microchip.com
Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: None
include/atmel_lcd.h | 9 + lib/Makefile | 1 + lib/at91/Makefile | 8 + lib/at91/at91.c | 30 + lib/at91/atmel_logo_8bpp.h | 1310 ++++++++++++++++++++++++++++++++++++++++ lib/at91/microchip_logo_8bpp.h | 1082 +++++++++++++++++++++++++++++++++ tools/logos/microchip.bmp | Bin 0 -> 12726 bytes 7 files changed, 2440 insertions(+) create mode 100644 lib/at91/Makefile create mode 100644 lib/at91/at91.c create mode 100644 lib/at91/atmel_logo_8bpp.h create mode 100644 lib/at91/microchip_logo_8bpp.h create mode 100644 tools/logos/microchip.bmp
Reviewed-by: Simon Glass sjg@chromium.org