touchgfx::ResistiveTouchController is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::ResistiveTouchController

touchgfx::ResistiveTouchController class

Syntax

class ResistiveTouchController : public TouchController {     virtual void init();     virtual bool sampleTouch(int32_t& x, int32_t& y); };

Methods

init()

No summary provided. Read more...

sampleTouch()

No summary provided. Read more...

References

LocationReferrerScopeText
ResistiveTouchController.hpp:26
class ResistiveTouchController : public TouchController
BoardConfiguration.cpp:303touchgfx::tctouchgfx
ResistiveTouchController tc;
ResistiveTouchController.cpp:31touchgfx::ResistiveTouchController::init()
void ResistiveTouchController::init()
ResistiveTouchController.cpp:36touchgfx::ResistiveTouchController::sampleTouch()
bool ResistiveTouchController::sampleTouch(int32_t& x, int32_t& y)

Class Tree

Child classes
touchgfx::ResistiveTouchController
all items filtered out
Variables of touchgfx::ResistiveTouchController type
all items filtered out
touchgfx::ResistiveTouchController