From 231cc03ac2305ab9c29c14cc97abfb30d0896c61 Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Fri, 10 Feb 2023 15:24:16 +0000 Subject: [PATCH] Fix link to VGA-schematic image (#26) Seems like the GiHub Markdown renderer doesn't like spaces in filenames? --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2a00c7f..e6ce733 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Name|Screenshot|Description [textmode](scanvideo/textmode)|![](scanvideo/textmode/screenshot.jpg)| Shows off chained DMA to generate scanlines out of glyph fragments via DMA/PIO The above are intended to be used with the VGA demo board as described in [Hardware Design with RP2040](https://rptl.io/rp2040-design) however it is possible to wire your own VGA output according to the following schematic: -![](scanvideo/Raspberry Pi Pico to VGA Connection Schematic.png) +![](scanvideo/Raspberry%20Pi%20Pico%20to%20VGA%20Connection%20Schematic.png) ## Sleep @@ -66,4 +66,4 @@ even though it is in the Pico SDK Name|Description ---|--- -[stdio_pio](stdio/pio)| Demonstrates adding a custom STDIO driver using a PIO UART \ No newline at end of file +[stdio_pio](stdio/pio)| Demonstrates adding a custom STDIO driver using a PIO UART