Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: ili9163lcd.h
- Revision:
- 7:eaaf60683ca4
- Parent:
- 6:7abe5999dc1c
- Child:
- 9:58f6248ef377
--- a/ili9163lcd.h Sat Jan 02 07:29:21 2021 +0000 +++ b/ili9163lcd.h Sat Jan 02 08:49:47 2021 +0000 @@ -139,6 +139,7 @@ void lcdWriteParameter(uint8_t parameter); void lcdWriteData(uint8_t dataByte1, uint8_t dataByte2); void lcdWriteData_burst(uint16_t *burst_data,uint16_t length); +void lcdWriteData_monoburst(bool *burst_data,uint16_t length); void lcdWriteData_sameburst(uint16_t data,uint16_t length); void lcdInitialise(uint8_t orientation);