Android demo application for the LED RGB panel board..
gamut is hosted in the following web site
https://github.com/JeremiahStephenson/gamut
If you think the Android project gamut listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of gamut.
Item | Value |
---|---|
Java File Count | 20 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Activity Count | 2 |
Fragment Count | 3 |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.ACCESS_WIFI_STATE android.permission.BLUETOOTH android.permission.BLUETOOTH_ADMIN |
There are 2 image files in gamut. The names of the image files are listed as follows.
drawer_shadow.9.png ic_drawer.png
The following screenshort is generated from the image listed above.
gamut has the following Java source files.
com.gamut.android.GamutApplication.java com.gamut.android.MainActivity.java com.gamut.android.NavigationDrawerFragment.java com.gamut.android.activities.FreeFormActivity.java com.gamut.android.activities.MasterActivity.java com.gamut.android.adapters.LeDeviceListAdapter.java com.gamut.android.events.BluetoothGattEvent.java com.gamut.android.events.ServiceConnectionEvent.java com.gamut.android.fragments.ColorWheelFragment.java com.gamut.android.fragments.DeviceListFragment.java com.gamut.android.fragments.FreeFormFragment.java com.gamut.android.services.BluetoothLeService.java com.gamut.android.util.ByteUtil .java com.gamut.android.util.DialogUtil.java com.gamut.android.util.GattAttributes.java com.gamut.android.util.StaticImageUtil.java com.gamut.android.views.ColorCell .java com.gamut.android.views.ColorGrid.java com.gamut.android.views.ColorPickerGrid.java com.gamut.android.views.ColorWheel.java