Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
constexpr int kPinCs = 15;
19
20
int16_t ScaleToRaw(int16_t value, int16_t max) {
21
return static_cast<int16_t>((4096LL * value) / max);
22
}
23
24
struct TouchEmulator {
25
testing::TestViewport viewport;
Callers
1
TEST
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected