atc1441
eb0064363f
Better HD150 5,83" Content design
2026-03-19 09:30:14 +01:00
atc1441
c1324c5089
Better HD150 5.83" Design
2026-03-19 08:54:52 +01:00
Skip Hansen
df3c615eef
Update README.md
2026-03-14 08:49:11 -07:00
Nick Waterton
d5e19d20fa
Fix buffer size truncation for non-8-aligned image dimensions ( #561 )
...
Integer division (w*h)/8 truncates when w*h is not a multiple of 8,
allocating one byte too few. spr2color then writes past the end of
the buffer, corrupting the heap. Use (w*h+7)/8 to round up correctly.
Triggered by any tag whose width*height is not divisible by 8.
2026-03-13 11:35:17 -07:00
alienkenny
e62a1b07bf
Missed erase function ( #549 )
...
* Update swd.h
* Update swd.cpp
* Update usbflasher.cpp
2026-03-06 10:44:23 -08:00
Skip Hansen
4d06ef546d
Point to Wiki for EFR32 tag flashing info from Tag Flasher readme.md.
2026-03-05 06:54:33 -08:00
Ruud
7096f7e756
Created new AP setup using the Lilygo T-Display-S3 board ( #423 )
...
* Created new AP setup using the Lilygo T-Display-S3 board
* Updated UseGhz setting
2026-03-04 12:57:48 -08:00
atc1441
1abedff388
Added 2.9 and 2.13 High Res
2026-02-27 14:16:53 +01:00
Steven Cooreman
8d2546a2aa
Merge pull request #553 from stevew817/add_m3_42_bwry_definition
...
Add definition for M3 4.2 BWRY
2026-02-27 01:24:42 +01:00
atc1441
c5a8058d62
Merge branch 'master' of https://github.com/OpenEPaperLink/OpenEPaperLink
2026-02-26 14:21:39 +01:00
atc1441
ef59b87ae0
Update 3C.json
2026-02-26 14:21:38 +01:00
Skip Hansen
d526c43fd8
Added 91.json for the EL016F6W4A M3 1.6" BWRY variant.
2026-02-23 07:13:06 -08:00
Steven
86abc112dd
Add definition for M3 4.2 BWRY
...
https://github.com/OpenEPaperLink/Shared_OEPL_Definitions/pull/5
https://github.com/OpenEPaperLink/Tag_FW_EFR32xG22/pull/16
2026-02-13 20:36:24 +01:00
Skip Hansen
af50f96671
Added 4F for 2.6" BWRY M3.
2026-02-13 07:45:17 -08:00
atc1441
46c8b73fa0
Added V2 ATC_BLE_OEPL Advertising Handling
2.85
2026-01-18 14:53:44 +01:00
Steven Cooreman
c65c8b749e
Merge pull request #518 from stevew817/master
...
Add boilerplate definitions for more now-known Solum BWRY tags
2025-12-14 20:06:22 +01:00
atc1441
f61c2e3d04
Update 4E.json
2025-12-11 16:21:05 +01:00
atc1441
0dc406b865
Added M3 2.6" BW
2025-12-11 12:37:56 +01:00
Steven
25b185da28
Use correct base templates for BWRY variants
2025-12-07 19:36:58 +01:00
atc1441
496d4d382f
Update contentmanager.cpp
2025-12-03 21:34:48 +01:00
atc1441
d09e89c9dd
Updated the WebFiles as well
2.84
2025-11-16 22:04:44 +01:00
atc1441
ce319bb499
Merge pull request #526 from urmuzov/master
...
Fixed the pin order for the display on the ESP32_S3_16_8_4inch_AP
2.83
2025-11-16 21:51:47 +01:00
atc1441
4dbcc753fd
Merge pull request #505 from scanalyzer/patch-3
...
Update main.js - Support cased jpeg file extensions.
2025-11-16 21:50:40 +01:00
atc1441
6951cd79b7
Merge pull request #504 from scanalyzer/patch-2
...
Update painter.js - Added more font sizes to support large emojis on T-Panel and larger displays.
2025-11-16 21:49:50 +01:00
Alexander Urmuzov
eeb18f204d
Fixed the pin order for the display on the ESP32_S3_16_8_4inch_AP
2025-11-16 21:47:48 +01:00
Skip Hansen
bfff2ef0b9
Added support for ts_option to provide finer control of time stamps.
...
1. Fixed time stamp overlap on weather forecast content on 2.9" tags.
2. Fixed time stamp overlap on AP info screen on 160x80 TFT displays.
3. Changed black on white to white on black on TFT displays.
2025-11-06 15:38:21 -05:00
atc1441
ef5ddac368
Added BWRY Preview
2025-10-30 22:59:37 +01:00
Steven
0e8e7b5b75
Add 11.6" BWRY and fix previous BWRY definitions
2025-10-28 23:18:15 +01:00
Steven
e8a92c4fcb
Add definitions for more now-known Solum BWRY tags
...
https://github.com/OpenEPaperLink/Tag_FW_EFR32xG22/issues/11
2025-10-22 01:09:26 +02:00
BenV
299b8f300e
Feat: dayahead fixes and improvements ( #516 )
2025-10-20 19:05:38 +02:00
Nic Limper
0b0802ad02
Update README.md
2025-10-08 14:40:36 +02:00
scanalyzer
f8ce3a51d2
Update main.js
...
Adding support for cased versions of jpg and jpeg.
2025-09-14 18:55:53 -07:00
scanalyzer
0e63e064fc
Update painter.js
...
Added more font sizes to support things like a single emoji on T-Panel and larger displays.
2025-09-14 18:41:51 -07:00
atc1441
8d6c763aba
Merge pull request #496 from 4rianton/Add-the-ability-to-update-time-without-NTP
...
Ability to update time without requiring Internet Access
2025-09-13 11:04:12 +02:00
atc1441
764747fb45
Also updated the .gz files
2.82
2025-09-12 11:32:01 +02:00
atc1441
6bb2e0362b
Update main.js
2025-09-12 10:02:06 +02:00
atc1441
54dd05e698
Update main.js
2025-09-12 09:58:05 +02:00
atc1441
328f00a559
Update index.html
2025-09-12 09:54:20 +02:00
atc1441
14fda5c32a
Update main.css
2025-09-12 09:19:15 +02:00
atc1441
624bf49ee3
Added DarkMode to AP Gui
2025-09-12 00:00:44 +02:00
4rianton
ab48cbe747
Ability to update time without requiring Internet Access
2025-09-06 14:59:49 +02:00
Skip Hansen
2a5094993c
Don't delay content generate when shorten latency is enabled and user is connected.
2025-07-20 11:39:20 -04:00
Skip Hansen
49d981f006
Updated Chroma29 entry in tagotaversions.json.
2025-07-19 10:35:44 -04:00
Skip Hansen
fb2abf933d
Chroma29 v0015: fix high battery current on some tags ( #459 ).
2025-07-18 14:51:54 -07:00
atc1441
b78e4a6099
Create 6F.json
2025-07-04 13:47:46 +02:00
Frank Kunz
e0df4490b3
fix build of serialap module ( #475 )
...
wifimanager need to be used to read local IP address.
Signed-off-by: Frank Kunz <mailinglists@kunz-im-inter.net >
Co-authored-by: Frank Kunz <mailinglists@kunz-im-inter.net >
2025-06-14 17:45:45 +02:00
atc1441
7226793e41
Merge pull request #474 from VstudioLAB/2f
...
Update 2F.json
2025-06-14 10:06:51 +02:00
Vstudio LAB
934d33f950
Update 2F.json
2025-06-14 10:05:29 +02:00
Vstudio LAB
a143b49492
Button 3 ( #473 )
2025-06-14 09:38:03 +02:00
Skip Hansen
f048cfb296
Added Chroma 74 BWR binaries version 0014.
2025-06-05 07:58:32 -07:00