summaryrefslogtreecommitdiff
path: root/src/img/exit.xbm
blob: 40c6979f1885dc8c67dbff76dd588b2bd09476e7 (plain)
1
2
3
4
5
6
#define exit_width 16
#define exit_height 16
static unsigned char exit_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x38, 0x38, 0x70, 0x3c, 0xc0, 0x1e, 0x80, 0x07,
   0xc0, 0x03, 0xe0, 0x06, 0x70, 0x0c, 0x78, 0x1c, 0x3c, 0x1c, 0x3c, 0x18,
   0x1c, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00};
/option>space:mode:
authorOlof Johansson <olof@lixom.net>2016-04-13 15:43:50 -0700
committerOlof Johansson <olof@lixom.net>2016-04-13 15:43:50 -0700
commit7d7bca889f99c4401931e536adb0da1b6c6f48c5 (patch)
tree8d77f0088a56969453362f2f1184b781f6cbe390 /Documentation
parentb6ac00bb9fa4f979f40030e8218a3dd03f9260b7 (diff)
parent6d54fb8a08a7b9ac06bbf4d7c41e6818d22e392f (diff)
Merge tag 'sti-defconfig-for-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti into next/defconfig
Highlights: ----------- - Enable ST's HW Random number generator in multi_v7 defconfig - Enable PWM regulator support in multi_v7 defconfig - Enable ST's Power and Reset driver in multi_v7 defconfig - Enable ST's PWM in multi_v7 defconfig * tag 'sti-defconfig-for-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/sti: ARM: multi_v7_defconfig: Enable ST's HW Random Number Generator ARM: multi_v7_defconfig: Enable support for PWM Regulators ARM: multi_v7_defconfig: Enable ST's Power Reset driver ARM: multi_v7_defconfig: Enable ST's PWM driver Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation')