CC3200 LCD_SharpBoosterPack_SPI error
Closed this issue · 0 comments
rei-vilo commented
The updated LCD_SharpBoosterPack_SPI library raises an issue for non-EMT CC3200.
~/Documents/Projets/Energia/libraries/LCD_SharpBoosterPack_SPI/LCD_SharpBoosterPack_SPI.cpp:656:72:
error: invalid conversion from 'void (*)(uint32_t) {aka void (*)(long unsigned int)}' to 'void (*)()' [-fpermissive]
struct OneMsTaskTimer_t timer_task = {1000, SendToggleVCOMCommand, 0, 0};
^