Tilt support in breadboard + display of accelerometer values (#1379)
* remove disable tilt option * allow tilting when breadboard is up (music speakers) * display acceleration * only showing acc values if read
This commit is contained in:
@ -3,7 +3,6 @@ namespace pxsim.visuals {
|
||||
return new visuals.MicrobitBoardSvg({
|
||||
runtime: runtime,
|
||||
theme: visuals.randomTheme(opts.highContrast),
|
||||
disableTilt: false,
|
||||
wireframe: opts.wireframe
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user