smaffer / vgax

VGA library for Arduino UNO
430 stars 81 forks source link

can i use Arduino MEGA with VGAX ؟ #11

Closed doaajnada closed 6 years ago

doaajnada commented 6 years ago

can i use Arduino MEGA with VGAX library to get more resoultion ? resoultion more than 120×60 pixel

smaffer commented 6 years ago

I own an Arduino MEGA but i have not yet ported VGAX to ATMEGA2560 MCU. The MCU has 8192 bytes of RAM so its possible to increase pixel depth (more colors) and increase the number of vertical lines.. but horizontal columns depends on the speed of the MCU.. The ATMEGA2560 is 16MHz, like ATMEGA328.. so the horizontal resolution should remain the same