Christian Häusler

Results 4 comments of Christian Häusler

You need to encode your characters to the desired format before calling 'p.Write'. i.e.: import "golang.org/x/text/encoding/charmap" // omitted code ... text := "èéà°òçù§£$€" encoder := charmap.CodePage437.NewEncoder() encoded, _ := encoder.String(text)...

Hi all, When I try to run i.e. `grove_led` I got the message `Check whether I2C enabled and Grove Base Hat RPi or Grove Base Hat RPi Zero inserted`. I2C...

Hi @lakshanthad, Thanks for your investigations! 1) ```sh pi@raspberrypi:~/grove.py/grove $ hostnamectl Static hostname: raspberrypi Icon name: computer Machine ID: ce513f1a44ff4c9dbd382eb66e08c51e Boot ID: b2e4734a4c6b474f95a6241b4ffb8db5 Operating System: Raspbian GNU/Linux 11 (bullseye) Kernel:...

My problem has been fixed with this commit: https://github.com/Seeed-Studio/grove.py/commit/a4a5c9bb00aa2bb5ee6d6d50098d6ddc05346140