mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
ATC_BLE_OEPL: support newly added HS 260 BWRY JD (needs firmware V105)
This commit is contained in:
-1
@@ -354,7 +354,6 @@ public class ATCBLEOEPLDeviceSupport extends AbstractBTLESingleDeviceSupport {
|
||||
|
||||
image_payload = new byte[((epaper_width * epaper_height) / 8) * epaper_colors];
|
||||
|
||||
// FIXME: different models with different colors
|
||||
int[] colors = new int[]{
|
||||
0x000000, // black
|
||||
is_bwy ? 0xffff00 : 0xff0000, // yellow or red
|
||||
|
||||
@@ -5023,6 +5023,7 @@
|
||||
<item name="10000">HS 154 BWRY JD</item>
|
||||
|
||||
<item name="38">HS 200 BWRY JD</item>
|
||||
<item name="40">HS 260 BWRY JD</item>
|
||||
<item name="17">HS 350 BWRY JD</item>
|
||||
<item name="37">HS 750 BWRY JD</item>
|
||||
|
||||
@@ -5077,6 +5078,7 @@
|
||||
<item>10000</item>
|
||||
|
||||
<item>38</item>
|
||||
<item>40</item>
|
||||
<item>17</item>
|
||||
<item>37</item>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user