mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-04 14:15:53 +00:00
Spelling..
This commit is contained in:
parent
44aaa3dfc5
commit
348c119881
@ -42,7 +42,7 @@ static const uint8_t LUT_FAST_BW[] = {
|
|||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
|
||||||
};
|
};
|
||||||
|
|
||||||
// Look up table: fash refresh, pixels which change from white to black
|
// Look up table: fast refresh, pixels which change from white to black
|
||||||
static const uint8_t LUT_FAST_WB[] = {
|
static const uint8_t LUT_FAST_WB[] = {
|
||||||
0x01, 0x46, 0x43, 0x02, 0x01, 0x01, 0x01, //
|
0x01, 0x46, 0x43, 0x02, 0x01, 0x01, 0x01, //
|
||||||
0x01, 0x46, 0x42, 0x01, 0x01, 0x01, 0x01, //
|
0x01, 0x46, 0x42, 0x01, 0x01, 0x01, 0x01, //
|
||||||
@ -54,7 +54,7 @@ static const uint8_t LUT_FAST_WB[] = {
|
|||||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, //
|
||||||
};
|
};
|
||||||
|
|
||||||
// Look up table: fash refresh, pixels which remain black
|
// Look up table: fast refresh, pixels which remain black
|
||||||
static const uint8_t LUT_FAST_BB[] = {
|
static const uint8_t LUT_FAST_BB[] = {
|
||||||
0x01, 0x06, 0x03, 0x42, 0x41, 0x01, 0x01, //
|
0x01, 0x06, 0x03, 0x42, 0x41, 0x01, 0x01, //
|
||||||
0x01, 0x06, 0x02, 0x01, 0x01, 0x01, 0x01, //
|
0x01, 0x06, 0x02, 0x01, 0x01, 0x01, 0x01, //
|
||||||
|
Loading…
Reference in New Issue
Block a user