You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ A simple 800x600 60Hz VGA display driver to use with Pico2 and Micropython, 3 bi
3
3
4
4
Hello All,
5
5
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).
7
7
This library uses 3 PIO statemachines and 2 DMA channels
8
8
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
0 commit comments