mbed.org local branch of microbit-dal. The real version lives in git at https://github.com/lancaster-university/microbit-dal

Dependencies:   BLE_API nRF51822 mbed-dev-bin

Dependents:   microbit Microbit IoTChallenge1 microbit ... more

Embed: (wiki syntax)

« Back to documentation index

MatrixPoint Struct Reference

MatrixPoint Struct Reference

Provides the mapping from Matrix ROW/COL to a linear X/Y buffer. More...

#include <MicroBitMatrixMaps.h>


Detailed Description

Provides the mapping from Matrix ROW/COL to a linear X/Y buffer.

It's arranged such that matrixMap[col, row] provides the [x,y] screen co-ord.

Definition at line 46 of file MicroBitMatrixMaps.h.