Starting on screen impl
This commit is contained in:
11
libs/core/screen.ts
Normal file
11
libs/core/screen.ts
Normal file
@ -0,0 +1,11 @@
|
||||
namespace screen {
|
||||
//% shim=screen::_drawLine
|
||||
function _drawLine(p0: uint32, p1: uint32, mode: Draw): void {}
|
||||
|
||||
//% shim=screen::_drawRect
|
||||
function _drawRect(p0: uint32, p1: uint32, mode: Draw): void {}
|
||||
|
||||
//% shim=screen::_drawEllipse
|
||||
function _drawEllipse(p0: uint32, p1: uint32, mode: Draw): void {}
|
||||
|
||||
}
|
Reference in New Issue
Block a user