Richard Hull

Results 48 issues of Richard Hull

## Checklist - [X] This is not covered in the [repository examples](https://github.com/niuware/mui-rte/tree/master/examples). - [X] I am using the package [latest version](https://github.com/niuware/mui-rte/releases/latest). - [X] This is a bug report or an...

WIP - do not merge fixes #61

work-in-progress

Fixes #46

work-in-progress

* Ebay listing: http://www.ebay.co.uk/itm/302089090235 * Datasheet: [ST7920.pdf](https://github.com/rm-hull/luma.lcd/files/950110/ST7920.pdf) ### Refs: * http://www.filipeflop.com/pd-6b7ea-display-lcd-grafico-128x64.html * http://q61.org/en/chibimo/build/ ![image](https://cloud.githubusercontent.com/assets/1915543/25318248/a5cb235a-2882-11e7-9c89-f758e1042b1b.png) ![image](https://cloud.githubusercontent.com/assets/1915543/25318374/1ed97e20-2885-11e7-9b69-61dea0ec0899.png) ![image](https://cloud.githubusercontent.com/assets/1915543/25774910/931e7dc0-3290-11e7-9b2b-79633d1ff1a0.png)

enhancement

Implementation Notes ---------------------------- * Available from: https://www.adafruit.com/product/1393 * Datasheet: https://www.sharpsma.com/documents/1468207/1485747/Memory+LCD+Theory%2C+Programming%2C+and+Interfaces * App note: https://cdn.sharpsde.com/fileadmin/products/Displays/2016_SDE_App_Note_for_Memory_LCD_programming_V1.3.pdf * Linked (original) issue: https://github.com/rm-hull/luma.core/issues/113 * Code [WIP] on branch: [feature/sharp-lcd](https://github.com/rm-hull/luma.lcd/tree/feature/sharp-lcd) * Documentation preview: http://luma-lcd.readthedocs.io/en/feature-sharp-lcd/ ![image](https://user-images.githubusercontent.com/1915543/34015851-b464c116-e117-11e7-932c-ef851a0b3d9c.png)...

enhancement

I was trying to model a block that had `map[string][]string` as it's schema, but the code was panicking with: ``` Unknown validation type: 6 ``` Debugging, and it became clear...

I have a docstring which contains the following: ``` --8

bug

Pull request #8 added faux-compatibility for pull up/down resistors by adding an optional parameter, so that existing code doesn't break. This issue is a placeholder to add real support for...

enhancement

Pull request #8 added faux-compatibility for bouncetime by adding an optional parameter, so that existing code doesn't break. This issue is a placeholder to add real support for bouncetime. Related...

enhancement

* test_add_edge_callback(): `E assert 71 in {}` * test_edge_detected(): ``` E assert False E + where False = (23) E + where = event.edge_detected ``` * test_callback_raises_error(): `E Failed: DID...

bug