Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ command
Method
command
typings/commodetto/Poco.d.ts:106–106 ·
view source on GitHub ↗
(id: number, data?: ByteBuffer)
Source
from the content-addressed store, hash-verified
104
105
export
interface
Screen extends PixelsOut {
106
command?(id: number, data?: ByteBuffer): void;
107
frameRate?: number;
108
syncFrames?: number;
109
}
Callers
1
ili9341_p8.js
File · 0.65
Implementers
2
EspTool
tools/xsbug/esptool.js
Display
examples/io/spi/display-ili9341/displa
Calls
no outgoing calls
Tested by
no test coverage detected