An open API service indexing awesome lists of open source software.

https://github.com/nishtahir/liquidthings

Demo of driving a liquid crystal display with AndroidThings
https://github.com/nishtahir/liquidthings

android androidthings hd44780 weather

Last synced: 3 months ago
JSON representation

Demo of driving a liquid crystal display with AndroidThings

Awesome Lists containing this project

README

          

LiquidThings
=====================================

Is a weather app that uses the Android things platform to display the weather on a HD44780 compatible LCD display.

Pre-requisites
--------------

- Android Things compatible board
- Android Studio 2.2+

Documentation
-------------

![Wiring](https://github.com/nishtahir/LiquidThings/blob/master/android_things_lcd_wiring.png)

[Link](http://lcd-linux.sourceforge.net/pdfdocs/hd44780.pdf) to Datasheet.

License
-------

Copyright 2017 Nish Tahir

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

```
http://www.apache.org/licenses/LICENSE-2.0

```

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.