- Change GLCDCLS IFDEF BIT(WCOL) to Var(SSPBUF) or Var(SPI1CON0) to ensure HW SPI routines are called when they can be used
- Added new GLCDCLS 2.4 times faster but b/w only ""SUB GLCDCLS_FastBW_ILI9341()"". (Uwe Seifert)
Due to compatibility only for new ""full 8bit data port"" (GLCD_DATA_PORT is defined, ILI9341_8BIT_MODE_SCRIPT=2).
Only available if ILI9341_8BIT_CLSFASTBW_ENABLE is defined.
Adapted Sub InitGLCD_ILI9341 to use this new CLS (due to compatibility only for new ""full 8bit data port""). (Uwe Seifert)
- Revised Function ReadPixel_ILI9341() to work for parallel modes.
- Changed ReadPixel_ILI9341 to support 8bit UNO Shield operations.