Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/tgfx
/ setInt8
Method
setInt8
src/core/utils/DataView.cpp:192–196 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
190
}
191
192
bool DataView::setInt8(size_t offset, int8_t value) {
193
Bit8 data = {};
194
data.intValue = value;
195
return writeData(offset, data.bytes, 1);
196
}
197
198
bool DataView::setUint8(size_t offset, uint8_t value) {
199
Bit8 data = {};
Callers
1
TGFX_TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TGFX_TEST
Function · 0.64