st7735s: documentation, ready for merge
[cortex-from-scratch] / README.md
index 42da980..1463117 100644 (file)
--- a/README.md
+++ b/README.md
@@ -28,7 +28,8 @@ port this code to any Cortex M0/M3/M4/M7 board.
        * LED segment display: drivers/tm1637.c [COMPLETED]
        * Temperature sensor: drivers/tsensor.c [COMPLETED]
        * OLED display [PLANNED]
-       * Joystick: drivers/mk450_joystick.c [IN PROGRESS] 
+       * Joystick: drivers/mk450_joystick.c [COMPLETED]
+       * TFT Screen: drivers/st7735s.c, include/libs/fonts/wogfont.h [IN PROGRESS]
 * Memory Management [IN PROGRESS] -- FILE: lib/pool.c
 * User Mode [PLANNED]
 * System Call PendV implementation [PLANNED]
@@ -38,9 +39,13 @@ port this code to any Cortex M0/M3/M4/M7 board.
 * Multiple processes and scheduling [PLANNED]
 
 ## SCREENSHOTS
-Here is a screenshot that shows the terminal just after booting:
+Here are some screenshots that shows the terminal just after booting:
 
-![Screenshot](https://github.com/robinkrens/cortex-from-scratch/raw/master/img/screenshot.png "screenshot")
+* Serial (over UART)
+![Screenshot](https://github.com/robinkrens/cortex-from-scratch/raw/master/img/serial.png "serial terminal screenshot")
+
+* TFT screen output (SPI):
+![Screenshot](https://github.com/robinkrens/cortex-from-scratch/raw/master/img/tft.png "tft peripheral screenshot")