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.
Dependents: FT800-Demo-Sliders FT800-Clock FT800-Demo-Bitmap
Diff: FT800_Functions.h
- Revision:
- 4:5bcc69cb157a
- Parent:
- 0:b699e59d925b
- Child:
- 5:b28ce8616b41
--- a/FT800_Functions.h Tue Dec 08 14:43:20 2020 +0000
+++ b/FT800_Functions.h Sun Dec 20 23:27:17 2020 +0000
@@ -131,6 +131,7 @@
void rotate(int16_t a);
void loadJpgCMD(uint32_t ptr, uint32_t opt);
//---------------------------------TEST------------------------------------------
+ void writeGraphRAM8 (uint32_t addr, const uint8_t data[], uint16_t lng);
void writeGraphRAM16(uint32_t addr, const uint16_t data[], uint16_t lng);
void drawChar16(int16_t x, int16_t y, const uint16_t font[], uint16_t n);
void drawChar16(int16_t x, int16_t y, uint32_t color, int16_t scl, uint16_t n);