https://github.com/frankkienl/ht16k33
AndroidThings test for HT16K33 display and fixed driver
https://github.com/frankkienl/ht16k33
android android-studio androidthings
Last synced: 14 days ago
JSON representation
AndroidThings test for HT16K33 display and fixed driver
- Host: GitHub
- URL: https://github.com/frankkienl/ht16k33
- Owner: frankkienl
- License: apache-2.0
- Created: 2016-12-31T15:11:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T15:14:05.000Z (over 9 years ago)
- Last Synced: 2026-03-29T05:36:26.056Z (2 months ago)
- Topics: android, android-studio, androidthings
- Language: Java
- Size: 3.35 MB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Android Things HT16K33 display test
=====================================
Testing the HT16K33 Display
Pre-requisites
--------------
- Android Things compatible board
- Android Studio 2.2+
Build and install
=================
On Android Studio, click on the "Run" button.
If you prefer to run on the command line, type
```bash
./gradlew installDebug
adb shell am start com.example.androidthings.myproject/.MainActivity
```
License
-------
Copyright 2016 The Android Open Source Project, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you 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.