Lumitronix_Iflex_Pro_Workshop
Library to interact with the iFlexPro
NeoTopology< T_LAYOUT > Class Template Reference

#include <NeoTopology.h>

Public Member Functions

 NeoTopology (uint16_t width, uint16_t height)
 
uint16_t Map (int16_t x, int16_t y) const
 
uint16_t MapProbe (int16_t x, int16_t y) const
 
uint16_t getWidth () const
 
uint16_t getHeight () const
 

Constructor & Destructor Documentation

◆ NeoTopology()

template<typename T_LAYOUT >
NeoTopology< T_LAYOUT >::NeoTopology ( uint16_t  width,
uint16_t  height 
)
inline

Member Function Documentation

◆ getHeight()

template<typename T_LAYOUT >
uint16_t NeoTopology< T_LAYOUT >::getHeight ( ) const
inline

◆ getWidth()

template<typename T_LAYOUT >
uint16_t NeoTopology< T_LAYOUT >::getWidth ( ) const
inline

◆ Map()

template<typename T_LAYOUT >
uint16_t NeoTopology< T_LAYOUT >::Map ( int16_t  x,
int16_t  y 
) const
inline

◆ MapProbe()

template<typename T_LAYOUT >
uint16_t NeoTopology< T_LAYOUT >::MapProbe ( int16_t  x,
int16_t  y 
) const
inline