Numworks Epsilon  1.4.1
Graphing Calculator Operating System
battery_view.cpp File Reference
#include "battery_view.h"

Go to the source code of this file.

Variables

const uint8_t flashMask [BatteryView::k_flashHeight][BatteryView::k_flashWidth]
 
const uint8_t tickMask [BatteryView::k_tickHeight][BatteryView::k_tickWidth]
 
KDColor s_flashWorkingBuffer [BatteryView::k_flashHeight *BatteryView::k_flashWidth]
 
KDColor s_tickWorkingBuffer [BatteryView::k_tickHeight *BatteryView::k_tickWidth]
 

Variable Documentation

◆ flashMask

Initial value:
= {
{0xDB, 0x00, 0x00, 0xFF},
{0xB7, 0x00, 0x6D, 0xFF},
{0x6D, 0x00, 0xDB, 0xFF},
{0x24, 0x00, 0x00, 0x00},
{0x00, 0x00, 0x00, 0x24},
{0xFF, 0xDB, 0x00, 0x6D},
{0xFF, 0x6D, 0x00, 0xB7},
{0xFF, 0x00, 0x00, 0xDB},
}

Definition at line 3 of file battery_view.cpp.

◆ s_flashWorkingBuffer

Definition at line 60 of file battery_view.cpp.

◆ s_tickWorkingBuffer

Definition at line 61 of file battery_view.cpp.

◆ tickMask

Initial value:
= {
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xDB, 0x00, 0x24},
{0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x6D, 0x00, 0xDB},
{0x6D, 0x00, 0xB7, 0xFF, 0xB7, 0x00, 0x24, 0xFF},
{0xDB, 0x00, 0x00, 0xFF, 0x00, 0x00, 0xFF, 0xFF},
{0xFF, 0xB7, 0x00, 0x24, 0x00, 0xB7, 0xFF, 0xFF},
{0xFF, 0xFF, 0x24, 0x00, 0x24, 0xFF, 0xFF, 0xFF},
}

Definition at line 14 of file battery_view.cpp.