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
@@ -7,7 +7,7 @@ This is an upgrade of my [previous](https://github.com/HughMaingauche/PICO-VGA-M
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
9
9
10
-
Other immrovements are:
10
+
Other improvements are:
11
11
- Use of the DMA included library instead of direct registry modification
12
12
- Chaged the font system to use xglcd fonts (from [rdagger library](https://github.com/rdagger/micropython-ili9341/tree/master))
13
13
- Added a plotting library to do real time plotting more easily
0 commit comments