You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the examples on the pico display, and the rgb led (using pins/pwm in pins/tricolor-led example) and the buttons (using pins/digital in pins/button example) work, but when I try any of the commodetto or piu examples, it builds, but doesn't show on the pico display. It does work on the simulator/pico_display though.
Steps to Reproduce
Go to one of the display examples eg, cd $MODDABLE/examples/piu/balls (same for piu/images, piu/backlight, piu/list, piu/qrcode, and commodetto/text)
Build and install the app using this build command: mcconfig -d -m -p pico/pico_display
No error displays in the build
It loads something on the pico:
# Setting programming mode
Waiting for /Volumes/RPI-RP2...
# Programming: /Users/.../moddable/build/bin/pico/pico_display/debug/text/xs_pico.uf2 /Volumes/RPI-RP2
Connect to xsbug @ 2e8a:000a.
Expected behavior
Display is shown on the pico display
Images
After building, nothing is shown on the screen:
The RGB LED does show some light (even though the example doesn't tell it to), but nothing on the display (not even a back light)
Works on the simulator
Other information
I've tested the pico display using the standard micropython examples and it works as expected, but I'm hoping I can use moddable instead since I'm much more familiar with JavaScript 🤞🏼
Also, I couldn't get arm-none-eabi-gcc compiling on my M1 machine, so had to follow the following steps to install:
I tried it with the commodetto/fireworks example, and as suggested ran it without the pico display first, then put the pico display on. The onboard led, buttons and log inside xsbug seems to work but the screen still does not.
Build environment: macOS (Apple M1 Max)
Moddable SDK version: 4.3.4
Target device:
pico/pico_display
Description
I'm trying to run the examples on the pico display, and the rgb led (using
pins/pwm
inpins/tricolor-led
example) and the buttons (usingpins/digital
inpins/button
example) work, but when I try any of thecommodetto
orpiu
examples, it builds, but doesn't show on the pico display. It does work on thesimulator/pico_display
though.Steps to Reproduce
Go to one of the display examples eg,
cd $MODDABLE/examples/piu/balls
(same forpiu/images
,piu/backlight
,piu/list
,piu/qrcode
, andcommodetto/text
)Build and install the app using this build command:
mcconfig -d -m -p pico/pico_display
No error displays in the build
It loads something on the pico:
Expected behavior
Display is shown on the pico display
Images
After building, nothing is shown on the screen:
The RGB LED does show some light (even though the example doesn't tell it to), but nothing on the display (not even a back light)
Works on the simulator
Other information
I've tested the pico display using the standard micropython examples and it works as expected, but I'm hoping I can use moddable instead since I'm much more familiar with JavaScript 🤞🏼
Also, I couldn't get
arm-none-eabi-gcc
compiling on my M1 machine, so had to follow the following steps to install:From raspberrypi/pico-feedback#355 (comment). Since the RGB and buttons work, I'm assuming the build tools are ok.
The text was updated successfully, but these errors were encountered: