SSD1963初始化的一些参数:
unsigned int HDP=799; //Horizontal Display Period
unsigned int HT=1000; //Horizontal Total
unsigned int HPS=51; //LLINE Pulse Start Position
unsigned int LPS=3; // Horizontal Display Period Start Position
unsigned char HPW=8; // LLINE Pulse Width
unsigned int VDP=479; //Vertical Display Period
unsigned int VT=530; //Vertical Total
unsigned int VPS=24; // LFRAME Pulse Start Position
unsigned int FPS=23; //Vertical Display Period Start Positio
unsigned char VPW=3; // LFRAME Pulse Width
其中这几个参数是怎么来的?
unsigned int HPS=51; //LLINE Pulse Start Position
unsigned int LPS=3; // Horizontal Display Period Start Position unsigned int VPS=24; // LFRAME Pulse Start Position
unsigned int FPS=23; //Vertical Display Period Start Positio
翻看了SSD1963的手册,还是没解决,不明白这参数是怎么就算的?有没有人知道?谢谢了
|