We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb1a08 commit d8b0ffaCopy full SHA for d8b0ffa
src/components/display/hardware.cpp
@@ -167,6 +167,8 @@ int16_t DisplayHardware::parsePin(const char *pinStr) {
167
168
/*!
169
@brief Configures the EPD display with the provided configuration.
170
+ @param driver
171
+ Pointer to the display driver configuration structure.
172
@param config
173
Pointer to the EPD configuration structure.
174
@param spi_config
@@ -302,6 +304,8 @@ void DisplayHardware::removeSuffix(const char *suffix) {
302
304
303
305
306
@brief Attempts to configure and initialize a TFT display
307
308
309
310
Pointer to the TFT configuration structure.
311
0 commit comments