ATC_BLE_OEPL: support newly added HS 260 BWRY JD (needs firmware V105)

This commit is contained in:
Andreas Shimokawa
2025-07-04 19:18:42 +02:00
parent 848454c871
commit ed5de171e8
2 changed files with 2 additions and 1 deletions
@@ -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
+2
View File
@@ -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>