Recently Released! Getting Started with VGA and Terminal Output (AN004)
Lauren Davis
Posts: 313
Parallax Semiconductor has recently released a new application note.
GUI & Graphics Series Getting Started with VGA and Terminal Output
Abstract: Each of the multicore P8X32As eight cogs includes a video generator. This first tutorial in the GUI & Graphics series covers basic VGA character graphics, console terminals, mousing and simple text input with the Propeller P8X32A microcontroller. Example demos make use of available drivers to illustrate how effortless it can be to implement a simple VGA terminal application.
Application note and code are now available: Click Here
GUI & Graphics Series Getting Started with VGA and Terminal Output
Abstract: Each of the multicore P8X32As eight cogs includes a video generator. This first tutorial in the GUI & Graphics series covers basic VGA character graphics, console terminals, mousing and simple text input with the Propeller P8X32A microcontroller. Example demos make use of available drivers to illustrate how effortless it can be to implement a simple VGA terminal application.
Application note and code are now available: Click Here
Comments
Bad link, goes to homepage
I just tried it and it seems to work for me. Looks like a minute later than your post.
More or less the same text is repeated on page 2:
The VGA driver itself doesn’t know anything about text, strings, numbers, consoles, user input, and so forth.
The VGA driver has no knowledge or functionality of text, strings, printing, etc.
It's bad writing style.
"or" is wrong in the second sentence, should be "of"?
Sorry, blond moment. I meant the links to the app note on the page. I click the PDF or the zip file with code and get redirected to the home page.
Ben
Nice to see some new App Notes
Perhaps when mentioning RS232 serial, insert "(UART)" and before/after VGA insert "TV (composite video NTSC or PAL)" as another soft peripheral.