Display for AirPlay / Bluetooth (still WIP)

This commit is contained in:
philippe44
2020-01-26 01:31:43 -08:00
parent dc392b342f
commit 1fd31471a2
18 changed files with 704 additions and 53 deletions

View File

@@ -12,4 +12,5 @@
#include "driver/i2c.h"
esp_err_t config_i2c_set(const i2c_config_t * config, int port);
const i2c_config_t * config_i2c_get(int * i2c_port);
const i2c_config_t * config_i2c_get(int * i2c_port);
char * config_metadata_format(char *artist, char *album, char *title, int *speed, int len);