Numworks Epsilon  1.4.1
Graphing Calculator Operating System
HardwareTest Namespace Reference

Classes

class  App
 
class  ArrowView
 
class  BatteryTestController
 
class  KeyboardTestController
 
class  KeyboardView
 
class  LEDTestController
 
class  Pattern
 
class  PatternView
 
class  PopUpController
 
class  ResetController
 
class  ScreenTestController
 
class  USBTestController
 

Variables

const uint8_t arrowUpMask [10][9]
 
const uint8_t arrowDownMask [10][9]
 
KDColor s_arrowWorkingBuffer [10 *9]
 

Variable Documentation

◆ arrowDownMask

const uint8_t HardwareTest::arrowDownMask[10][9]
Initial value:
= {
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
{0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF},
{0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF},
{0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF},
{0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF},
}

Definition at line 18 of file arrow_view.cpp.

◆ arrowUpMask

const uint8_t HardwareTest::arrowUpMask[10][9]
Initial value:
= {
{0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0xFF, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0xFF},
{0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF},
{0xFF, 0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0xFF},
{0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF},
{0xFF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},
}

Definition at line 5 of file arrow_view.cpp.

◆ s_arrowWorkingBuffer

KDColor HardwareTest::s_arrowWorkingBuffer[10 *9]

Definition at line 51 of file arrow_view.cpp.