[fbtft] added missing led gpio definition for fb_ili9340

This commit is contained in:
tbe
2016-09-11 23:52:07 +02:00
committed by Mauro (mdrjr) Ribeiro
parent 8bdc9cc00f
commit e5ad599116

View File

@@ -862,6 +862,7 @@ static struct fbtft_device_display displays[] = {
.gpios = (const struct fbtft_gpio []) {
{ "reset", 21 },
{ "dc", 22 },
{ "led", 18 },
{},
},
}