ugfx_release_2.6
Tectu 2012-07-22 02:33:32 +02:00
parent f7c05fad30
commit 2e8e4b4dcd
1 changed files with 1 additions and 10 deletions

View File

@ -88,6 +88,7 @@ __inline void lld_lcdWriteStream(uint16_t *buffer, uint16_t size) {
__inline void lld_lcdReadStreamStart(void) {
Clr_CS
lld_lcdWriteIndex(0x0022);
}
@ -104,16 +105,6 @@ __inline void lld_lcdReadStream(uint16_t *buffer, size_t size) {
for(i = 0; i < size; i++)
buffer[i] = lld_lcdReadGPIO();
#endif
#ifdef LCD_USE_SPI
/* ToDo */
#endif
#ifdef LCD_USE_FSMC
dummy = LCD_RAM;
for(i = 0; i < size; i++)
buffer[i] = LCD_RAM;
#endif
}
#endif