https://github.com/bertrandmartel/braille-dot-converter
:hand: React application converting Braille pattern to binary/hex easily, bit index is also configurable
https://github.com/bertrandmartel/braille-dot-converter
braille braille-patterns material-ui reactjs
Last synced: 5 months ago
JSON representation
:hand: React application converting Braille pattern to binary/hex easily, bit index is also configurable
- Host: GitHub
- URL: https://github.com/bertrandmartel/braille-dot-converter
- Owner: bertrandmartel
- License: mit
- Created: 2018-10-05T02:02:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-05T02:27:09.000Z (about 7 years ago)
- Last Synced: 2025-01-03T20:12:25.714Z (10 months ago)
- Topics: braille, braille-patterns, material-ui, reactjs
- Language: JavaScript
- Homepage: https://bertrandmartel.github.io/braille-dot-converter
- Size: 559 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Braille Dot Converter
[](https://travis-ci.org/bertrandmartel/braille-dot-converter)
[](LICENSE.md)
React application converting braille pattern to binary/hex easily, bit index is also configurable
### [Live Application](https://bertrandmartel.github.io/braille-dot-converter)
[](http://bertrandmartel.github.io/braille-dot-converter)
This project was initially created to easily find all [Braille unicode pattern](http://www.unicode.org/charts/PDF/U2800.pdf) to use for [Metec Braille line 20 cell](http://web.metec-ag.de/downloads/braille-line-20cell.pdf). This device uses piezo actuators technology to display Braille pattern. The official pin order 123456 is according to :

The bit order to command the Braille cell is not the same as the pin above, so bit index need to be changed. Also some Braille cell panels sometimes need to invert bits or XOR the bit sequence. This tool provide a graphical way to test each Braille pattern.
This project is using :
* [React](https://github.com/facebook/react)
* [Material UI](https://github.com/callemall/material-ui)
This project has been created using [create-react-app](https://github.com/facebookincubator/create-react-app)
## License
The MIT License (MIT) Copyright (c) 2018 Bertrand Martel