fixed SSD1289 driver
This commit is contained in:
parent
ca8a2f3e11
commit
a0162b98c8
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GDISP_HARDWARE_CONTROL || defined(__DOXYGEN__)
|
#if (GDISP_NEED_CONTROL && GDISP_HARDWARE_CONTROL) || defined(__DOXYGEN__)
|
||||||
/**
|
/**
|
||||||
* @brief Driver Control
|
* @brief Driver Control
|
||||||
* @detail Unsupported control codes are ignored.
|
* @detail Unsupported control codes are ignored.
|
||||||
|
|
Loading…
Add table
Reference in a new issue