FT81x Arduino Driver
|
This is the complete list of members for FT81x, including all inherited members.
addVertex(const int16_t x, const int16_t y) | FT81x | |
begin() | FT81x | |
beginDisplayList() | FT81x | |
beginLineStrip(const uint8_t width, const uint32_t color) | FT81x | |
clear(const uint32_t color) | FT81x | |
cmd(const uint32_t cmd) | FT81x | protected |
cmdWriteAddress | FT81x | protected |
cs1 | FT81x | protected |
cs2 | FT81x | protected |
dc | FT81x | protected |
drawBitmap(const uint32_t offset, const uint16_t x, const uint16_t y, const uint16_t width, const uint16_t height, const uint8_t scale, const uint8_t rot) | FT81x | |
drawButton(const int16_t x, const int16_t y, const int16_t width, const int16_t height, const uint8_t font, const uint32_t textColor, const uint32_t buttonColor, const uint16_t options, const char text[]) | FT81x | |
drawCircle(const int16_t x, const int16_t y, const uint8_t size, const uint32_t color) | FT81x | |
drawClock(const int16_t x, const int16_t y, const int16_t radius, const uint32_t handsColor, const uint32_t backgroundColor, const uint16_t options, const uint16_t hours, const uint16_t minutes, const uint16_t seconds) | FT81x | |
drawGauge(const int16_t x, const int16_t y, const int16_t radius, const uint32_t handsColor, const uint32_t backgroundColor, const uint16_t options, const uint8_t major, const uint8_t minor, const uint16_t value, const uint16_t range) | FT81x | |
drawGradient(const int16_t x1, const int16_t y1, const uint32_t color1, const int16_t x2, const int16_t y2, const uint32_t color2) | FT81x | |
drawLetter(const int16_t x, const int16_t y, const uint8_t font, const uint32_t color, const uint8_t letter) | FT81x | |
drawLine(const int16_t x1, const int16_t y1, const int16_t x2, const int16_t y2, const uint8_t width, const uint32_t color) | FT81x | |
drawProgressbar(const int16_t x, const int16_t y, const int16_t width, const int16_t height, const uint32_t foregroundColor, const uint32_t backgroundColor, const uint16_t options, const uint16_t value, const uint16_t range) | FT81x | |
drawRect(const int16_t x, const int16_t y, const uint16_t width, const uint16_t height, const uint8_t cornerRadius, const uint32_t color) | FT81x | |
drawScrollbar(const int16_t x, const int16_t y, const int16_t width, const int16_t height, const uint32_t foregroundColor, const uint32_t backgroundColor, const uint16_t options, const uint16_t value, const uint16_t size, const uint16_t range) | FT81x | |
drawSpinner(const int16_t x, const int16_t y, const uint16_t style, const uint16_t scale, const uint32_t color) | FT81x | |
drawText(const int16_t x, const int16_t y, const uint8_t font, const uint32_t color, const uint16_t options, const char text[]) | FT81x | |
drawTri(const int16_t x1, const int16_t y1, const int16_t x2, const int16_t y2, const int16_t x3, const int16_t y3, const uint32_t color, const uint32_t bgcolor) | FT81x | |
endCmd(const uint32_t cmd) | FT81x | protected |
endLineStrip() | FT81x | |
FT81x(int8_t cs1, int8_t cs2, int8_t dc) | FT81x | inline |
increaseCmdWriteAddress(uint16_t delta) | FT81x | inlineprotected |
initBitmapHandleForFont(uint8_t font) | FT81x | protected |
initDisplay() | FT81x | protected |
initFT81x() | FT81x | protected |
intermediateCmd(const uint32_t cmd) | FT81x | protected |
isSoundPlaying() | FT81x | |
loadImage(const uint32_t offset, const uint32_t size, const uint8_t data[], const bool useProgmem=true) | FT81x | |
overlayBitmap(const uint32_t offset, const uint16_t x, const uint16_t y, const uint16_t width, const uint16_t height, const uint8_t scale, const uint8_t rot) | FT81x | |
playAudio(const uint32_t offset, const uint32_t size, const uint16_t sampleRate, const uint8_t format, const bool loop) | FT81x | |
playSound() | FT81x | |
queryDisplay(const uint8_t cmd) | FT81x | |
read16(const uint32_t address) | FT81x | |
read32(const uint32_t address) | FT81x | |
read8(const uint32_t address) | FT81x | |
sendCommand(const uint32_t cmd) | FT81x | |
sendCommandToDisplay(const uint8_t cmd, const uint8_t numParams, const uint8_t *params) | FT81x | protected |
sendText(const char text[]) | FT81x | protected |
setAudioVolume(const uint8_t volume) | FT81x | |
setRotation(const uint8_t rotation) | FT81x | |
setSound(const uint8_t effect, const uint8_t pitch) | FT81x | |
startCmd(const uint32_t cmd) | FT81x | protected |
stopSound() | FT81x | |
swapScreen() | FT81x | |
updateCmdWriteAddress() | FT81x | inlineprotected |
waitForCommandBuffer() | FT81x | |
write16(const uint32_t address, const uint16_t data) | FT81x | |
write32(const uint32_t address, const uint32_t data) | FT81x | |
write8(const uint32_t address, const uint8_t data) | FT81x | |
writeGRAM(const uint32_t offset, const uint32_t size, const uint8_t data[], const bool useProgmem=true) | FT81x |