Masatoshi Nishiguchi

Results 15 issues of Masatoshi Nishiguchi

per discussed in nerves-dev slack channel TL;DR - [x] create a "Compatibility" page under "Systems" - [x] add a chart with the Nerves system to OTP version - [ ]...

kind:documentation

This is an idea for minor enhancement. I thought it would be nice to have a function to find pid by port name since we most likely know which port...

Replace [nerves_leds](https://hexdocs.pm/nerves_leds) with [delux](https://hexdocs.pm/delux) in the `blinky` example. Do we still need the `hello_leds` example as well? ![](https://user-images.githubusercontent.com/7563926/184545863-c44d12ff-4b4a-412c-a188-6fbbc3c7fdda.png)

This is to fix https://github.com/whitfin/stash/issues/1. Currently `persist/2` and `load/2` seem broken due to wrong data type for `path`. Currently `path` is passed as a String; however, the Erlang functions do...

TODO: fix compile issue Currently `h/1` helper does not show useful info for individual functions due to delegation (https://github.com/elixir-toolshed/toolshed/pull/132). Here is another proposal to resolve that issue.

An attempt at https://github.com/elixir-toolshed/toolshed/issues/38 ![](https://user-images.githubusercontent.com/7563926/177019105-a792065e-fae3-4ec2-8348-dcff5426034f.png) ### Notes - resolves https://github.com/elixir-toolshed/toolshed/issues/38 - I was stuck in naming the function; the C program https://github.com/mellowcandle/bitwise does bitwise operations so bitwise as a name...

The display orientation is upside down compared to how Pimoroni uses Inky. It is fine when we use Inky standalone, but a problem may arise when we want to use...

paused

The height value was wrong in one location for SSD1608. In the [Python library](https://github.com/pimoroni/inky/blob/fc17026df35447c1147e9bfa38988e89e75c80e6/library/inky/inky_ssd1608.py#L29), there are two sets of dimensions for SSD1608, which is confusing. but it seems like `250x136`...

This is a minor enhancement. - Mention `Inky.EEPROM.read/0` in readme - Add types to `Inky.Display` - `variant` - `color` - correct Elixir syntax in the last line of the "Brief...

### Description [elixir-toolshed/toolshed_nerves]: https://github.com/elixir-toolshed/toolshed_nerves We want to move Nerves-specific helpers to a new project called [elixir-toolshed/toolshed_nerves] so that toolshed will contain only generic helpers. as per issue https://github.com/elixir-toolshed/toolshed/issues/57 Since this...