Refactored discovery, to use new project structure. Almost ready.

This commit is contained in:
t-moe
2015-04-03 22:16:02 +02:00
parent cab86098c5
commit 9a1d12ae2e
9 changed files with 118 additions and 63 deletions

View File

@@ -1,4 +1,5 @@
#include <stdint.h>
#include <stdbool.h>
bool ll_tft_init();
void ll_tft_clear(uint16_t color);