RSher11
New Contributor
5 years agoProblem with converting files
Hi! I need to create double buffer in my NIOS II project. I did it as follow:
static const uint32_t image_width = 768;
static const uint32_t image_height = 576;
typedef uint32_t gui_frame_t[image...