MCPcopy Create free account
hub / github.com/cbm80amiga/Arduino_ST7789_Fast / drawImageF

Method drawImageF

Arduino_ST7789_Fast.h:64–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 void drawImage(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t *img);
63 void drawImageF(int16_t x, int16_t y, int16_t w, int16_t h, const uint16_t *img16);
64 void drawImageF(int16_t x, int16_t y, const uint16_t *img16) { drawImageF(x,y,pgm_read_word(img16),pgm_read_word(img16+1),img16+3); }
65 void setRotation(uint8_t r);
66 void invertDisplay(boolean mode);
67 void partialDisplay(boolean mode);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected