Fix LCMEN2R13EFC1 LUT

A typing error when the driver was initially created.
This commit is contained in:
Todd Herbert 2025-04-22 12:53:56 +12:00
parent 72dd5bd88d
commit 44aaa3dfc5

View File

@ -44,9 +44,8 @@ static const uint8_t LUT_FAST_BW[] = {
// Look up table: fash refresh, pixels which change from white to black
static const uint8_t LUT_FAST_WB[] = {
0x01, 0x46, 0x42, 0x01, 0x01, 0x01, 0x01, //
0x01, 0x46, 0x42, 0x01, 0x01, 0x01, 0x01, //
0x01, 0x46, 0x43, 0x02, 0x01, 0x01, 0x01, //
0x01, 0x46, 0x42, 0x01, 0x01, 0x01, 0x01, //
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //