This is exact what I found too but what shall I make with a c/cpp and a header file? I’m using python3.1 or is it possible to insert the c/cpp or header file into my python and how? Where I must install this file and/or how can I install it?
Thank you for helping!
I program in Phyton3 and the issue is that the picographics on this place what you mentioned is in C/C++. My LCD Display is the LCD 1.14 and the ST7789 inside. But you told me there is the “picographics” include in the Version of the pimoroni-pico.uf2 include but I can not load it. e.g. from picographics import PicoGraphics, DISPLAY_LCD_240X135 display = PicoGraphics(display=DISPLAY_LCD_240X135)
make a error.
ImportError: no module named ‘picographics’
I’m using MicroPython v1.19.1 on 2022-06-18; Raspberry Pi Pico with RP2040.
I don’t know how you see what is backed in, I’ve never been able to figure that out.
What file you use depends on what Pico you have, Pico or Pico W.
Either one of those Pimoroni uf2 files will have Pico Graphics in it, plus what is needed for the Display Pack to work.
I install now the: MicroPython 9dfabcd-dirty on 2022-11-18; Pimoroni Badger2040 2MB with RP2040
MAybe it worked with the graphic - but at the moment I can’t test it in case of I’ve give my display and Omnibus board to my friend and he write now the display “outfit”.
Inside this are the modules:
help(‘modules’) main breakout_as7262 cmath ubinascii
_badge breakout_bh1745 dht ucollections
_boot breakout_bme280 ds18x20 ucryptolib
_boot_fat breakout_bme68x framebuf uctypes
_clock breakout_bmp280 gc uerrno
_ebook breakout_dotmatrix launchericons uhashlib
_fonts breakout_encoder math uheapq
_help breakout_icp10125 micropython uio
_image breakout_ioexpander neopixel ujson
_info breakout_ltr559 onewire ulab
_launcher breakout_matrix11x7 pimoroni_bus umachine
_list breakout_mics6814 pimoroni_i2c uos
_onewire breakout_msa301 plasma urandom
_qrgen breakout_paa5100 qrcode ure
_rp2 breakout_pmw3901 rp2 uselect
_thread breakout_potentiometer uarray ustruct
_uasyncio breakout_rgbmatrix5x5 uasyncio/init usys
badge_image breakout_rtc uasyncio/core utime
badger2040 breakout_scd41 uasyncio/event uzlib
badger_os breakout_sgp30 uasyncio/funcs witw
badgerpunk breakout_trackball uasyncio/lock
boot builtins uasyncio/stream
Plus any modules on the filesystem
Is the needed module inside I don’t know? I can’t read picographics! maybe it is in the other part.
@alphanumeric
So I found it out where it is! Please have a look - why they don’t make a list what is inside the packet!?
MicroPython v1.19 on 2022-11-18; Pimoroni Pico LiPo 4MB with RP2040
Type “help()” for more information.
If you have a Pico download and install
pimoroni-pico-v1.19.10-micropython.uf2
If it’s a Pico W its
pimoroni-picow-v1.19.10-micropython.uf2
These are the uf2 files I used with my Display Pack and Display Pack V2.
I got them via the link I posted above. It should be all you need. Happy to help out thanks.