Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adafruit/Adafruit_ILI9341
/ functions
Functions
8 in github.com/adafruit/Adafruit_ILI9341
⨍
Functions
8
◇
Types & classes
1
Method
Adafruit_ILI9341
/ ! @brief Instantiate Adafruit ILI9341 driver with software SPI @param cs Chip select pin # @param dc Data/Command pin #
Adafruit_ILI9341.cpp:96
Method
begin
/ ! @brief Initialize ILI9341 chip Connects to the ILI9341 over SPI and sends initialization procedure commands @param freq Desired
Adafruit_ILI9341.cpp:188
Method
invertDisplay
/ ! @brief Enable/Disable display color inversion @param invert True to invert, False to have normal color */ /
Adafruit_ILI9341.cpp:254
Method
readcommand8
/ ! @brief Read 8 bits of data from ILI9341 configuration memory. NOT from RAM! This is highly undocumented/supported, it's really a
Adafruit_ILI9341.cpp:337
Method
scrollTo
/ ! @brief Scroll display memory @param y How many pixels to scroll display by */ /
Adafruit_ILI9341.cpp:264
Method
setAddrWindow
/ ! @brief Set the "address window" - the rectangle we will write to RAM with the next chunk of SPI data writes. The ILI9341 will automa
Adafruit_ILI9341.cpp:304
Method
setRotation
/ ! @brief Set origin of (0,0) and orientation of TFT display @param m The index for rotation, from 0-3 inclusive */ /
Adafruit_ILI9341.cpp:220
Method
setScrollMargins
/ ! @brief Set the height of the Top and Bottom Scroll Margins @param top The height of the Top scroll margin @param bottom The heig
Adafruit_ILI9341.cpp:278