用的是SPARTAN 3E,LCD供电是5V的,FPGA的I/O和LCD接口要接270欧电阻,防止烧坏FPGA #include
"xparameters.h" #include "stdio.h" #include "xutil.h" #include
"xgpio_l.h" /* general-purpose I/O peripheral control functions */
#include "xgpio.h" unsigned char testbmp[]={
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,...
阅读全文>>