Richard Hull

Results 145 comments of Richard Hull

@Rippert - what is the output of: `pip list | grep luma` ? One thing that has never been clear to me is why there is a desire to not...

What version of Luma.LCD are you using? the line numbers in the stack trace you supplied dont seem to line up with latest on master

well ... the line numbers dont line up with whats in 2.5.0, so something is off somewhere. That class has full test coverage with these tests: https://github.com/rm-hull/luma.lcd/blob/master/tests/test_backlight.py#L118-L161 > The current...

Makes sense, but might be worth having a chat with @dhrone and @kevinastone as the best way to proceed here (must admit I am not especially familiar with this part...

## Implementation notes Code [WIP] on branch: [feature/st7920](https://github.com/rm-hull/luma.lcd/tree/feature/st7920). Documentation preview: http://luma-lcd.readthedocs.io/en/feature-st7920/ ![image](https://user-images.githubusercontent.com/1915543/27045857-399912ca-4f9a-11e7-8fb3-61d9cc115d87.png)

References: http://www.makerdyne.com/blog/category/electronics/breakout-boards/ Well I have it working with some C code against my RPi-Zero from the above site: ![image](https://user-images.githubusercontent.com/1915543/34504551-186a4060-f017-11e7-929e-f36101f65ed4.png) Turns out it is 'not-quite' SPI in-as-much the chip select line...

Go for it. I'm not active on this project but will merge PRs and publish to pypi if folks want to submit changed

nice work .. I was about to suggest trying tweaking the display offset 😁

I didn't look too closely into the model code, but does it trigger the render for every log line or just the ones currently visible in the box view? If...

@thinkniko .. I changed the toggle to Ctrl-J