tcMenu
directionalIcons.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2018 https://www.thecoderscorner.com (Dave Cherry).
3  * This product is licensed under an Apache license, see the LICENSE file in the top-level directory.
4  */
5 
6 #ifndef TCMENU_DIRECTIONAL_ICONS_H
7 #define TCMENU_DIRECTIONAL_ICONS_H
8 
15 #include <PlatformDetermination.h>
16 
21 const uint8_t ArrowHoriz11x22BitmapLeft[] PROGMEM = {
22  0x00,0x04,0x00,0x06,0x00,0x07,0x80,0x03,0xc0,0x01,0xe0,0x00,0x70,0x00,0x38,0x00,0x1c,0x00,0x0e,0x00,
23  0x07,0x00,0x07,0x00,0x0e,0x00,0x1c,0x00,0x38,0x00,0x70,0x00,0xe0,0x00,0xc0,0x01,0x80,0x03,0x00,0x07,
24  0x00,0x06,0x00,0x04
25 };
26 
31 const uint8_t ArrowHoriz11x22BitmapRight[] PROGMEM = {
32  0x01,0x00,0x03,0x00,0x07,0x00,0x0e,0x00,0x1c,0x00,0x38,0x00,0x70,0x00,0xe0,0x00,0xc0,0x01,0x80,0x03,
33  0x00,0x07,0x00,0x07,0x80,0x03,0xc0,0x01,0xe0,0x00,0x70,0x00,0x38,0x00,0x1c,0x00,0x0e,0x00,0x07,0x00,
34  0x03,0x00,0x01,0x00
35 };
36 
37 #endif //TCMENU_DIRECTIONAL_ICONS_H
const uint8_t ArrowHoriz11x22BitmapLeft[] PROGMEM
Definition: directionalIcons.h:21