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
- Host: GitHub
- URL: https://github.com/nishtahir/liquidthings
- Owner: nishtahir
- License: apache-2.0
- Created: 2017-01-16T16:02:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-20T18:44:34.000Z (over 9 years ago)
- Last Synced: 2025-02-01T13:47:01.502Z (over 1 year ago)
- Topics: android, androidthings, hd44780, weather
- Language: Java
- Size: 277 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
-------------

[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.