mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-28 18:20:14 +01:00
[apps/shared] Add toggle buttons in Graph view
Change-Id: I7548d11fb114b2605ce34d3bda0776277b79ff9d
This commit is contained in:
committed by
Émilie Feral
parent
a76e54642c
commit
2f97dab6d1
@@ -2,7 +2,7 @@
|
||||
|
||||
namespace Shared {
|
||||
|
||||
const uint8_t Dots::SmallDotMask[Dots::SmallDotDiameter][Dots::SmallDotDiameter] = {
|
||||
const uint8_t Dots::TinyDotMask[Dots::TinyDotDiameter][Dots::TinyDotDiameter] = {
|
||||
{0xE1, 0x45, 0x0C, 0x45, 0xE1},
|
||||
{0x45, 0x00, 0x00, 0x00, 0x45},
|
||||
{0x00, 0x00, 0x00, 0x00, 0x00},
|
||||
@@ -10,7 +10,7 @@ const uint8_t Dots::SmallDotMask[Dots::SmallDotDiameter][Dots::SmallDotDiameter]
|
||||
{0xE1, 0x45, 0x0C, 0x45, 0xE1},
|
||||
};
|
||||
|
||||
const uint8_t Dots::MediumDotMask[Dots::MediumDotDiameter][Dots::MediumDotDiameter] = {
|
||||
const uint8_t Dots::SmallDotMask[Dots::SmallDotDiameter][Dots::SmallDotDiameter] = {
|
||||
{0xE1, 0x45, 0x0C, 0x00, 0x0C, 0x45, 0xE1},
|
||||
{0x45, 0x0C, 0x00, 0x00, 0x00, 0x0C, 0x45},
|
||||
{0x0C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C},
|
||||
|
||||
Reference in New Issue
Block a user