This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
MSP430F6638 DY-FFTB6638 试验箱 存储图片问题
用LCD_TFT_STRING 显示一张240*320的图片需要存入const unsigned int Image[]={.....}
每次将它填进去以后,显示就完全不正常了。就连原来可以显示TI或者德州仪器的字样都不显示了。
而且屏幕被不停的刷新。
经测试最大可以写进一个110*110的图片,能够正常显示。
.text 小于32768 貌似就可以。
大于110*110的图片
他会将conest 数据存放进.data中,就出现了错误。