Add Waveshare support (bitmap ok, RGB maybe broken?)

This commit is contained in:
Philippe Teuwen
2020-09-12 19:38:29 +02:00
parent 9abbcab4a5
commit b9329ce555
8 changed files with 897 additions and 4 deletions

View File

@@ -53,6 +53,7 @@ extern bool showDemod;
#endif
#define MAX_PRINT_BUFFER 2048
#define PROMPT_CLEARLINE PrintAndLogEx(INPLACE, " \r")
void PrintAndLogOptions(const char *str[][2], size_t size, size_t space);
void PrintAndLogEx(logLevel_t level, const char *fmt, ...);
void SetFlushAfterWrite(bool value);