RoCorbera / BlueVGA

VGA library for STM32F103C (BluePill) that can manipulate a screen with 28x30 tiles with 8x8 pixels each, in a total resolution of 224x240 pixels with 8 colors using a very low footprint
Other
58 stars 9 forks source link

Printable vga #3

Closed RoCorbera closed 3 years ago

RoCorbera commented 3 years ago

new version 1.1 - adding Arduino Print Class to BlueVGA. Enable print() and println() among other text printing functions.