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

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

View file

@ -0,0 +1,10 @@
//-----------------------------------------------------------------------------
// Waveshare commands
//-----------------------------------------------------------------------------
#ifndef CMDHFWQVESHARE_H__
#define CMDHFWAVESHARE_H__
int CmdHFWaveshare(const char *Cmd);
#endif