Cruiser79

Results 7 issues of Cruiser79

Add method CreateChar. Example code: ``` bufPlay := []byte{0x0, 0x8, 0xc, 0xe, 0xc, 0x8, 0x0, 0 } hd.CreateChar(0, bufPlay) hd.WriteChar(0) ``` To build custom characters, use https://omerk.github.io/lcdchargen/

We have to reset i2cDriverInitialized, to initialize the driver correct, after closing it. Following code is not working in current repo. ``` for { if err := embd.InitI2C(); err !=...

### Describe the bug In the examples for camunda 7 templates (https://github.com/camunda/camunda-modeler/blob/develop/resources/element-templates/samples.json) we can set the property for the called element of an CallActivity ```JSON { "$schema": "https://unpkg.com/@camunda/element-templates-json-schema/resources/schema.json", "name": "Caller",...

bug
element templates
backlog
Camunda Cloud

I already posted a comment under the isuue https://github.com/pibooth/pibooth/issues/356 but open now a new issue for a bigger scope. If the autofocus of my dslr camera failed, pibooth stucks on...

enhancement
gPhoto2

If i start my pibooth i got sometimes directly, sometimes after a while the following error which will then spam the log. ``` ALSA lib pcm.c:8545:(snd_pcm_recover) underrun occurred ``` ```...

question

I got the following code: ``` package main // import the require modules import ( "github.com/mrmorphic/hwio" "github.com/mrmorphic/hwio/devices/hd44780" "time" "fmt" ) func main() { // Get the i2c module from the...

In hd44780_i2c.go i found a commented function createChar, which seems to be the functionality of the display, to create an own character. Why is this method commented? It is a...