Add PCD8544 driver

This commit is contained in:
Matthias Ringwald 2021-11-14 19:15:09 +01:00 committed by Carlos Diaz
parent b674d2d4f1
commit 37a4d3a4e6
8 changed files with 228 additions and 0 deletions

View file

@ -52,6 +52,8 @@ extern "C" {
#include "uc8151d.h"
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_ILI9163C
#include "ili9163c.h"
#elif defined CONFIG_LV_TFT_DISPLAY_CONTROLLER_PCD8544
#include "pcd8544.h"
#endif
/*********************