Numworks Epsilon  1.4.1
Graphing Calculator Operating System
chevron_view.cpp File Reference

Go to the source code of this file.

Variables

const uint8_t chevronMask [ChevronView::k_chevronHeight][ChevronView::k_chevronWidth]
 
KDColor s_workingBuffer [ChevronView::k_chevronWidth *ChevronView::k_chevronHeight]
 

Variable Documentation

◆ chevronMask

Initial value:
= {
{0x0C, 0xE1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
{0x00, 0x00, 0x45, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
{0x00, 0x00, 0x00, 0x0C, 0xE1, 0xFF, 0xFF, 0xFF},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0xFF, 0xFF},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x45},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x45},
{0x00, 0x00, 0x00, 0x00, 0x00, 0x45, 0xFF, 0xFF},
{0x00, 0x00, 0x00, 0x0C, 0xE1, 0xFF, 0xFF, 0xFF},
{0x00, 0x00, 0x45, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
{0x0C, 0xE1, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF},
}

Definition at line 4 of file chevron_view.cpp.

◆ s_workingBuffer