Fixed misplacement of prototypes in ll_tft.h and implemented a propper init function.

This commit is contained in:
id101010
2015-04-27 21:26:20 +02:00
parent f0a6c3b4eb
commit 0b61f21e7b
3 changed files with 33 additions and 20 deletions

View File

@@ -3,16 +3,6 @@
// init functions
bool ll_tft_init();
bool ll_fsmc_init();
bool ll_gpio_init();
// display control functions
void ll_tft_write_reg(uint8_t reg_adr, uint16_t reg_value);
uint16_t ll_tft_read_reg(uint8_t reg_adr);
// fsmc functions
// gpio functions
// draw functions
void ll_tft_clear(uint16_t color);