bitluni / ESP32VGA

http://bitluni.net/esp32-vga
127 stars 23 forks source link

Requesting VGA fonts #3

Open bootrino opened 5 years ago

bootrino commented 5 years ago

I'd love to see the gorgeous original VGA fonts in this including the characters for line/window drawing.

https://en.wikipedia.org/wiki/Code_page_437

https://int10h.org/oldschool-pc-fonts/fontlist/

bitluni commented 5 years ago

The arduino library will have a font editor. But this might take a week or two. There is some higher priority work to do yet. You can check the progress. It also updated in the Arduino Library manage from time to time :) https://github.com/bitluni/ESP32Lib

bootrino commented 5 years ago

Are you planning a low RAM usage plain text VGA mode?

bitluni commented 5 years ago

yes. there is the VGA3BitI implementation that uses only 4 bit per pixel.. it takes some cpu time to render in the background but works with double buffer in the highest resolution

bitluni commented 5 years ago

check the HighRes example