Skip to content

Commit 2490e17

Browse files
Update README.md
syntax correction
1 parent 9c7dfd0 commit 2490e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A simple 800x600 60Hz VGA display driver to use with Pico2 and Micropython, 3 bi
33

44
Hello All,
55

6-
This is an upgrade of my [previous](https://github.com/HughMaingauche/PICO-VGA-Micropython)) VGA micropython display library, using the pico2 allows to use a VGA screen with a 800x600 resolution and 3 bits per pixel (8 colors).
6+
This is an upgrade of my [previous](https://github.com/HughMaingauche/PICO-VGA-Micropython) VGA micropython display library, using the pico2 allows to use a VGA screen with a 800x600 resolution and 3 bits per pixel (8 colors).
77
This library uses 3 PIO statemachines and 2 DMA channels
88
A full framebuffer and a font, once loaded in memory, will leave approx 280k of available memory to do stuff and use a VGA monitor directly connected to the PICO
99

0 commit comments

Comments
 (0)