MCPcopy Create free account

hub / github.com/adafruit/Adafruit_EPD / functions

Functions334 in github.com/adafruit/Adafruit_EPD

↓ 11 callersMethoderase
/ ! @brief erase a block of data. @param addr the address to start the erase at @param length the number of bytes
src/Adafruit_MCPSRAM.cpp:307
↓ 9 callersMethodwrite8
/ ! @brief write 1 byte of data at the specified address. @param addr the address to write to @param val the value
src/Adafruit_MCPSRAM.cpp:281
↓ 8 callersMethodread8
/ ! @brief 1 byte of data at the specified address @param addr the address to read data at @param reg MCPSRAM_READ
src/Adafruit_MCPSRAM.cpp:253
↓ 7 callersMethodcsHigh
/ ! @brief set chip select pin high */ /
src/Adafruit_EPD.cpp:673
↓ 7 callersMethodcsLow
/ ! @brief set chip select pin low */ /
src/Adafruit_EPD.cpp:691
↓ 3 callersMethodread
/ ! @brief read data at the specific address @param addr the address to read from @param buf the data buffer to r
src/Adafruit_MCPSRAM.cpp:184
↓ 3 callersMethodwrite
/ ! @brief write data to the specific address @param addr the address to write to @param buf the data buffer to w
src/Adafruit_MCPSRAM.cpp:108
MethodAdafruit_ACEP
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_ACeP.cpp:42
MethodAdafruit_EK79686
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_EK79686.cpp:45
MethodAdafruit_EPD
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/Adafruit_EPD.cpp:57
MethodAdafruit_IL0371
/ ! @brief constructor if using on-chip RAM and software SPI @param width the width of the display in pixels @param height the height of t
unsupported/Adafruit_IL0371.cpp:41
MethodAdafruit_IL0373
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_IL0373.cpp:41
MethodAdafruit_IL0376F
/ ! @brief constructor if using on-chip RAM and software SPI @param width the width of the display in pixels @param height the height of t
unsupported/Adafruit_IL0376F.cpp:59
MethodAdafruit_IL0398
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_IL0398.cpp:38
MethodAdafruit_IL3897
/ ! @brief constructor if using on-chip RAM and software SPI @param width the width of the display in pixels @param height the height of t
unsupported/Adafruit_IL3897.cpp:56
MethodAdafruit_IL91874
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_IL91874.cpp:75
MethodAdafruit_JD79661
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_JD79661.cpp:48
MethodAdafruit_JD79667
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_JD79667.cpp:48
MethodAdafruit_MCPSRAM
/ ! @brief Class constructor when using software SPI @param mosi master out slave in pin @param miso master in sl
src/Adafruit_MCPSRAM.cpp:15
MethodAdafruit_SSD1608
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1608.cpp:29
MethodAdafruit_SSD1619
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1619.cpp:47
MethodAdafruit_SSD1675
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1675.cpp:43
MethodAdafruit_SSD1675B
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1675B.cpp:43
MethodAdafruit_SSD1677
/ ! @brief constructor if using external SRAM chip and software SPI */ /
src/drivers/Adafruit_SSD1677.cpp:31
MethodAdafruit_SSD1680
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1680.cpp:111
MethodAdafruit_SSD1681
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1681.cpp:39
MethodAdafruit_SSD1683
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_SSD1683.cpp:48
MethodAdafruit_UC8151D
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_UC8151D.cpp:24
MethodAdafruit_UC8179
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_UC8179.cpp:52
MethodAdafruit_UC8253
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_UC8253.cpp:35
MethodAdafruit_UC8276
/ ! @brief constructor if using external SRAM chip and software SPI @param width the width of the display in pixels @param height the heig
src/drivers/Adafruit_UC8276.cpp:36
MethodEPD_command
/ ! @brief send an EPD command followed by data @param c the command to send @param buf the buffer of data to send @param len the leng
src/Adafruit_EPD.cpp:562
MethodEPD_commandList
/ ! */ /
src/Adafruit_EPD.cpp:527
MethodEPD_data
/ ! @brief send data to the display @param buf the data buffer to send @param len the length of the data buffer */ /
src/Adafruit_EPD.cpp:602
MethodSPItransfer
/ ! @brief transfer a single byte over SPI. @param d the data to send @returns the data byte read */ /
src/Adafruit_EPD.cpp:654
MethodThinkInk_154_Grayscale4_M05
src/panels/ThinkInk_154_Grayscale4_M05.h:89
MethodThinkInk_154_Grayscale4_T8
src/panels/ThinkInk_154_Grayscale4_T8.h:151
MethodThinkInk_154_Mono_D27
src/panels/ThinkInk_154_Mono_D27.h:9
MethodThinkInk_154_Mono_D67
src/panels/ThinkInk_154_Mono_D67.h:9
MethodThinkInk_154_Mono_M10
src/panels/ThinkInk_154_Mono_M10.h:9
MethodThinkInk_154_Tricolor_RW
src/panels/ThinkInk_154_Tricolor_RW.h:9
MethodThinkInk_154_Tricolor_Z17
src/panels/ThinkInk_154_Tricolor_Z17.h:9
MethodThinkInk_154_Tricolor_Z90
src/panels/ThinkInk_154_Tricolor_Z90.h:9
MethodThinkInk_213_Grayscale4_MFGN
colstart: left RAM-X offset in pixels (multiple of 8). Default 0 keeps the shipped behavior; pass 8 for panels with an 8px left offset (e.g. the FPC-7
src/panels/ThinkInk_213_Grayscale4_MFGN.h:122
MethodThinkInk_213_Grayscale4_T5
src/panels/ThinkInk_213_Grayscale4_T5.h:151
MethodThinkInk_213_Mono_B72
src/panels/ThinkInk_213_Mono_B72.h:9
MethodThinkInk_213_Mono_B73
src/panels/ThinkInk_213_Mono_B73.h:9
MethodThinkInk_213_Mono_BN
src/panels/ThinkInk_213_Mono_BN.h:9
MethodThinkInk_213_Mono_GDEY0213B74
src/panels/ThinkInk_213_Mono_GDEY0213B74.h:9
MethodThinkInk_213_Mono_M21
src/panels/ThinkInk_213_Mono_M21.h:9
MethodThinkInk_213_Quadcolor_AJHE5
src/panels/ThinkInk_213_Quadcolor_AJHE5.h:9
MethodThinkInk_213_Tricolor_MFGNR
src/panels/ThinkInk_213_Tricolor_MFGNR.h:9
MethodThinkInk_213_Tricolor_RW
src/panels/ThinkInk_213_Tricolor_RW.h:9
MethodThinkInk_213_Tricolor_Z16
src/panels/ThinkInk_213_Tricolor_Z16.h:9
MethodThinkInk_266_Grayscale4_MFGN
src/panels/ThinkInk_266_Grayscale4_MFGN.h:115
MethodThinkInk_266_Tricolor_MFGNR
src/panels/ThinkInk_266_Tricolor_MFGNR.h:9
MethodThinkInk_270_Grayscale4_W3
src/panels/ThinkInk_270_Grayscale4_W3.h:87
MethodThinkInk_270_Tricolor_C44
src/panels/ThinkInk_270_Tricolor_C44.h:28
MethodThinkInk_270_Tricolor_Z70
src/panels/ThinkInk_270_Tricolor_Z70.h:9
MethodThinkInk_290_Grayscale4_EAAMFGN
src/panels/ThinkInk_290_Grayscale4_EAAMFGN.h:100
MethodThinkInk_290_Grayscale4_FPC7519
src/panels/ThinkInk_290_Grayscale4_FPC7519.h:11
MethodThinkInk_290_Grayscale4_T5
src/panels/ThinkInk_290_Grayscale4_T5.h:151
MethodThinkInk_290_Mono_BN
src/panels/ThinkInk_290_Mono_BN.h:9
MethodThinkInk_290_Mono_M06
src/panels/ThinkInk_290_Mono_M06.h:9
MethodThinkInk_290_Tricolor_RH
src/panels/ThinkInk_290_Tricolor_RH.h:9
MethodThinkInk_290_Tricolor_Z10
src/panels/ThinkInk_290_Tricolor_Z10.h:9
MethodThinkInk_290_Tricolor_Z13
src/panels/ThinkInk_290_Tricolor_Z13.h:9
MethodThinkInk_290_Tricolor_Z94
src/panels/ThinkInk_290_Tricolor_Z94.h:9
MethodThinkInk_352_Quadcolor_AJHE5
src/panels/ThinkInk_352_Quadcolor_AJHE5.h:9
MethodThinkInk_370_Mono_BAAMFGN
src/panels/ThinkInk_370_Mono_BAAMFGN.h:22
MethodThinkInk_370_Tricolor_BABMFGNR
src/panels/ThinkInk_370_Tricolor_BABMFGNR.h:19
MethodThinkInk_420_Grayscale4_MFGN
src/panels/ThinkInk_420_Grayscale4_MFGN.h:98
MethodThinkInk_420_Grayscale4_T2
src/panels/ThinkInk_420_Grayscale4_T2.h:77
MethodThinkInk_420_Mono_BN
src/panels/ThinkInk_420_Mono_BN.h:9
MethodThinkInk_420_Mono_M06
src/panels/ThinkInk_420_Mono_M06.h:9
MethodThinkInk_420_Tricolor_MFGNR
src/panels/ThinkInk_420_Tricolor_MFGNR.h:97
MethodThinkInk_420_Tricolor_RW
src/panels/ThinkInk_420_Tricolor_RW.h:9
MethodThinkInk_420_Tricolor_Z21
src/panels/ThinkInk_420_Tricolor_Z21.h:9
MethodThinkInk_426_Grayscale4_GDEQ
src/panels/ThinkInk_426_Grayscale4_GDEQ.h:74
MethodThinkInk_583_Mono_AAAMFGN
src/panels/ThinkInk_583_Mono_AAAMFGN.h:46
MethodThinkInk_583_Tricolor_AABMFGNR
src/panels/ThinkInk_583_Tricolor_AABMFGNR.h:36
MethodThinkInk_750_Mono_AAAMFGN
src/panels/ThinkInk_750_Mono_AAAMFGN.h:46
MethodThinkInk_750_Tricolor_AABMFGNR
src/panels/ThinkInk_750_Tricolor_AABMFGNR.h:36
Methodbegin
/ ! @brief begin communication with the SRAM chip */ /
src/Adafruit_MCPSRAM.cpp:42
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/Adafruit_EPD.cpp:148
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_JD79661.cpp:211
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1675.cpp:123
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1608.cpp:105
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1677.cpp:98
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_UC8276.cpp:122
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1675B.cpp:123
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1619.cpp:131
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1681.cpp:123
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_UC8179.cpp:138
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_IL91874.cpp:146
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_UC8151D.cpp:103
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_UC8253.cpp:120
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1680.cpp:195
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_JD79667.cpp:210
Methodbegin
/ ! @brief begin communication with and set up the display. @param reset if true the reset pin will be toggled. */ /
src/drivers/Adafruit_SSD1683.cpp:132
next →1–100 of 334, ranked by callers