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:
- 6:7abe5999dc1c
- Parent:
- 3:9caa79f40909
- Child:
- 7:eaaf60683ca4
diff -r 570ba49da81c -r 7abe5999dc1c ili9163lcd.h --- a/ili9163lcd.h Sat Jan 02 06:51:11 2021 +0000 +++ b/ili9163lcd.h Sat Jan 02 07:29:21 2021 +0000 @@ -138,6 +138,8 @@ void lcdWriteCommand(uint8_t address); 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_sameburst(uint16_t data,uint16_t length); void lcdInitialise(uint8_t orientation); void lcdClearDisplay(uint16_t colour);