刘桐玮
Results
13
comments of
刘桐玮
@orangefabri If you are interested in the code, why not join the develop?
Really need help.
Then, in order to read information of line, I edit render functions: ```cpp for(int16_t i = 0; i < display.hres; i++){ display.screenBuffer[i] = display.screen[renderLine * (uint32_t)display.vres + i]; } //.........