smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

Could I use naked ATMega8 instead of Arduino? #8

Closed abomin closed 6 years ago

abomin commented 7 years ago

Hello! Thank you for amazing library! My question: Is it possible to put your example code in ATMega8 ? (I have a clone of TL866 prog-r). I would like to make a simple VGA monitor tester. Could you help me?

smaffer commented 6 years ago

ATMEGA8 has only 1024 bytes of RAM. VGAX require al least 1800 bytes of RAM

colesnicov commented 5 years ago

And if you use virtmem as a memory allocator for the VGAx library, then the external RAM memory could be used. Perhaps even increase the resolution :)