Open L1uTongwei opened 1 year ago
Then, in order to read information of line, I edit render functions:
for(int16_t i = 0; i < display.hres; i++){
display.screenBuffer[i] = display.screen[renderLine * (uint32_t)display.vres + i];
}
//......
Would it change the feature?
look these codes in video_gen.cpp:
It seems that the cycles would make effort to render mode. Now I have 16Mhz ATmega328P, what is the max resolution? (If we don't care memory...) Do 640x480 even 1024x768 possible?