Skip to content

Commit

Permalink
fix: Fix ili9341 with "spi+touch" crashes. Thanks to m-meltner #131
Browse files Browse the repository at this point in the history
  • Loading branch information
lcgamboa committed Nov 30, 2024
1 parent 6858b19 commit 0f8568a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ PACKAGE=picsimlab
MAINVER=0
MINORVER=9
VERSION=0.9.2
DATE=241116
DATE=241130
VERSION_STABLE=0.9.2
2 changes: 0 additions & 2 deletions src/parts/output_LCD_ili9341.cc
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,6 @@ void cpart_LCD_ili9341::ReadPropertiesWindow(void) {
}

if ((type_com == TC_8BITS_TOUCH) || (type_com == TC_SPI_TOUCH)) {
SpareParts.WPropCmd("combo11", PWA_COMBOGETTEXT, NULL, buff);
input_pins[9] = std::stoi(buff);
SpareParts.WPropCmd("combo15", PWA_COMBOGETTEXT, NULL, buff);
touch_pins[0] = std::stoi(buff);
SpareParts.WPropCmd("combo16", PWA_COMBOGETTEXT, NULL, buff);
Expand Down

0 comments on commit 0f8568a

Please sign in to comment.