X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/a7be12a4e68fcaaa92f81a394bc316a592ec6270..64f3f4c19cc280c2bff7ee57d5bcdda036dfcbf8:/drivers/displays/tft/hw/st7735.c?ds=inline diff --git a/drivers/displays/tft/hw/st7735.c b/drivers/displays/tft/hw/st7735.c index 939015e..db222de 100644 --- a/drivers/displays/tft/hw/st7735.c +++ b/drivers/displays/tft/hw/st7735.c @@ -433,8 +433,7 @@ void lcdScroll(int16_t pixels, uint16_t fillColor) /*************************************************/ uint16_t lcdGetControllerID(void) { - // ToDo - return 0; + return 0x7735; } /*************************************************/