Search found 6 matches

by bouffski
Sat Apr 10, 2021 2:29 pm
Forum: Drivers for External Components
Topic: Update to font_to_py for tiny fonts
Replies: 5
Views: 5333

Re: Update to font_to_py for tiny fonts

@pythoncoder
Thanks again: by your answer I got it all working now!
by bouffski
Fri Apr 09, 2021 3:29 pm
Forum: Drivers for External Components
Topic: Update to font_to_py for tiny fonts
Replies: 5
Views: 5333

Re: Update to font_to_py for tiny fonts

@pythoncoder Thank you for your prompt reply. I wasn't aware of two different libraries. My bad. The library I used was: https://github.com/jeffmer/micropython-ili9341/blob/master/ili934xnew.py. I also saw/found your 'font_to_py' there for the first time... I will have a look into your library and a...
by bouffski
Thu Apr 08, 2021 5:06 pm
Forum: Drivers for External Components
Topic: Update to font_to_py for tiny fonts
Replies: 5
Views: 5333

Re: Update to font_to_py for tiny fonts

@pythoncoder Hi Peter! I have been trying to get new fonts by your 'font_to_py' program for the ili9341 driver, in MicroPython for this nifty pico controller. (python3 font_to_py.py /home/pi/.fonts/LiquidCrystal-Normal.otf 28 --fixed mefont.py -c 1234567890:) This for the build-in RTC. No success at...
by bouffski
Mon Mar 01, 2021 1:32 pm
Forum: Raspberry Pi microcontroller boards
Topic: Problem installing packages
Replies: 3
Views: 4627

Re: Problem installing packages

@pjtcb Also a newbie at pi pico, but had some success on this BMP180: from github download bmp180.py, the library, and the bmp_test.py ( http://www.learnmicropython.com/esp32/a-bmp180-micropython-example-on-an-esp32.php In the example. I changed bus = I2C(scl=Pin(22), sda=Pin(21), freq=100000) to bu...
by bouffski
Sun Feb 28, 2021 5:06 pm
Forum: Raspberry Pi microcontroller boards
Topic: DHT22 on Pico
Replies: 10
Views: 9907

Re: DHT22 on Pico

To answer my own question about setting the right time:
https://www.raspberrypi.org/forums/view ... 5#p1810708
Also a brilliant solution, All credits for this champ! (DWiskow)
by bouffski
Fri Feb 26, 2021 11:58 pm
Forum: Raspberry Pi microcontroller boards
Topic: DHT22 on Pico
Replies: 10
Views: 9907

Re: DHT22 on Pico

Thanx! It all worked like a charm. Just... How to set the clock?
Thanx too for the format-of-the-numbers, was looking for it a long time...
Hope to see more ? :idea: