[Updated in 02/2020 - SDK 12.3.0]
- download toolchain https://launchpad.net/gcc-arm-embedded/+download
[Updated in 02/2020 - SDK 12.3.0]
#include "fonts.h" | |
/******************************************************************************* | |
* Size: 72 px | |
* Bpp: 1 | |
* Opts: | |
******************************************************************************/ | |
#ifndef ICONS72 |
#define ACCL_ADDR (0x18) | |
#define ACCL_REG_WHOAMI (0x0F) | |
#define ACCL_REG_CTRL1 (0x20) | |
#define ACCL_REG_CTRL3 (0x22) | |
#define ACCL_REG_CTRL4 (0x23) | |
#define ACCL_REG_CTRL5 (0x24) | |
#define ACCL_REG_STATUS (0x27) | |
#define ACCL_OUT_X_L (0x28) |