Skip to content

Commit 567b5a1

Browse files
Update README.md
wording
1 parent 58b9bc1 commit 567b5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ Hello All,
55

66
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
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
8+
A full framebuffer and a font, once loaded in memory, will leave approx 270k of available memory to do stuff and use a VGA monitor directly connected to the PICO
99

1010
Other improvements are:
1111
- Use of the DMA included library instead of direct registry modification
1212
- Chaged the font system to use xglcd fonts (from [rdagger library](https://github.com/rdagger/micropython-ili9341/tree/master))
13-
- Added a plotting library to do real time plotting more easily
13+
- Added a plotting library to make real time plotting more easy
1414

1515
I tried to document the code as much as I could. I have no doubt that this can be optimized quite a lot.
1616
If any of you is interested in using or improving it, i'll be happy to provide further explanations.

0 commit comments

Comments
 (0)