From b530a9c3f72545035278db2c90bc26870d1a38d9 Mon Sep 17 00:00:00 2001 From: Robin Krens <51459952+robinkrens@users.noreply.github.com> Date: Fri, 20 Sep 2019 18:02:28 +0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1463117..113cf6a 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,12 @@ port this code to any Cortex M0/M3/M4/M7 board. ## SCREENSHOTS Here are some screenshots that shows the terminal just after booting: -* Serial (over UART) +Serial (over UART) + ![Screenshot](https://github.com/robinkrens/cortex-from-scratch/raw/master/img/serial.png "serial terminal screenshot") -* TFT screen output (SPI): +TFT screen output (SPI): + ![Screenshot](https://github.com/robinkrens/cortex-from-scratch/raw/master/img/tft.png "tft peripheral screenshot") -- 2.7.4