Solution for Bluetooth SIG hands-on training course

Dependencies:   BLE_API mbed-dev-bin nRF51822-bluetooth-mdw

Dependents:   microbit

Fork of microbit-dal-bluetooth-mdw_starter by Martin Woolley

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.