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 3636761 commit bf68aedCopy full SHA for bf68aed
src/components/display/controller.cpp
@@ -49,8 +49,8 @@ bool DisplayController::Handle_Display_AddOrReplace(
49
// Attempt to initialize display hardware instance
50
bool did_begin = false;
51
if (msgAdd->which_config ==
52
- wippersnapper_display_v1_DisplayAddOrReplace_epd_config_tag) {
53
- did_begin = display->beginEPD(&msgAdd->config.epd_config,
+ wippersnapper_display_v1_DisplayAddOrReplace_config_epd_tag) {
+ did_begin = display->beginEPD(&msgAdd->config.config_epd,
54
&msgAdd->interface_type.spi_epd);
55
} else {
56
WS_DEBUG_PRINTLN("[display] Unsupported display configuration type!");
0 commit comments