fixed SSD1289 driver

ugfx_release_2.6
Tectu 2012-08-24 10:43:09 +02:00
parent ca8a2f3e11
commit a0162b98c8
1 changed files with 1 additions and 1 deletions

View File

@ -480,7 +480,7 @@ void GDISP_LLD(drawpixel)(coord_t x, coord_t y, color_t color) {
}
#endif
#if GDISP_HARDWARE_CONTROL || defined(__DOXYGEN__)
#if (GDISP_NEED_CONTROL && GDISP_HARDWARE_CONTROL) || defined(__DOXYGEN__)
/**
* @brief Driver Control
* @detail Unsupported control codes are ignored.