mem_p+y800+x = lcd_buffyx;
This line of code is assigning the value of lcd_buff[y][x] to the memory location at (mem_p+y*800+x). It is using pointer arithmetic to calculate the memory address based on the values of y and x.
原文地址: http://www.cveoy.top/t/topic/h1FX 著作权归作者所有。请勿转载和采集!