MCPcopy Create free account
hub / github.com/dejwk/roo_display / ScaleToRaw

Function ScaleToRaw

test/touch_xpt2046_test.cpp:20–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18constexpr int kPinCs = 15;
19
20int16_t ScaleToRaw(int16_t value, int16_t max) {
21 return static_cast<int16_t>((4096LL * value) / max);
22}
23
24struct TouchEmulator {
25 testing::TestViewport viewport;

Callers 1

TESTFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected