Nic Limper
ffd0acff72
tft driver for yellow board
2023-08-09 23:40:39 +02:00
Jelmer
a9c9812525
Merge pull request #104 from AndreKR/3dp-shelf-holder
...
Add 3D-printed shelf holder
2023-08-09 22:44:12 +02:00
André Hänsel
03ce036083
Accessories: Image of the shelf holder
2023-08-09 22:39:28 +02:00
André Hänsel
a98ad537ea
Accessories: Source file for the shelf holder
2023-08-09 22:39:19 +02:00
André Hänsel
2726b4d2fe
Accessories: Add a shelf holder
...
This adds a shelf holder for shelves with a thickness of 2 cm.
2023-08-09 22:38:03 +02:00
Jonas Niesner
fd5adb40f8
Typo fix
2023-08-09 21:32:45 +02:00
Jonas Niesner
89346b5d77
Update and rename esp32-build-test.yml to build-test.yml
2023-08-09 18:03:29 +02:00
Nic Limper
7ac57577df
prelimary tagtype def for EL029H3WRA (M3 2.9")
...
I will finetune the content positions later
2023-08-08 17:31:30 +02:00
Nic Limper
09f7466f6f
new flexible tagtype definition
...
- new: tagtypes are be defined via json in /tagtypes instead of hardcoded
- content template is moved to the tagtype definition
- optimalisation of spr2buffer (also uses psram now, if available)
- bugfixes in spiffseditor
- size fix in painter screen for large screens
2023-08-08 16:31:20 +02:00
atc1441
55e50b1920
Merge branch 'master' of https://github.com/jjwbruijn/OpenEPaperLink
2023-08-08 16:00:25 +02:00
atc1441
7cb5e13a7f
Added compiled version of 7.4"
2023-08-08 16:00:05 +02:00
Jonas Niesner
6f08af2c67
Create 32MB_partition table.csv
2023-08-07 17:30:07 +02:00
Jonas Niesner
e185ddd99b
Add OutdoorAP
2023-08-07 16:59:47 +02:00
atc1441
3079101c48
Tag DB Size was only 8bit now 32bit, need to be fixed in further UDP usage later as well
2023-08-07 11:53:28 +02:00
atc1441
0b66a23ce4
Added Yellow AP basic parts, for now using Arduino GFX for simplicity
2023-08-06 23:35:30 +02:00
Nic Limper
41c7cb843f
cleanup non-.gz files in www folder
2023-08-05 22:51:38 +02:00
Nic Limper
c43e71288d
delete files carefully to not brick the thing if update fails
1.8-beta
2023-08-05 22:11:45 +02:00
Nic Limper
66cc62339f
fix aligning U8G2 fonts / improv protocol fix
2023-08-05 22:05:33 +02:00
atc1441
84bfb18261
Update cc2531_OEPL.c
2023-08-05 15:21:13 +02:00
Nic Limper
ab3cef8dda
Update readme.md
2023-08-04 11:30:01 +02:00
Nic Limper
c831f07b6e
group/sort/filter tag list
2023-08-03 23:15:05 +02:00
atc1441
ba39f60e69
Added Sonoff ZB Bridge-P as Board
2023-08-03 23:09:21 +02:00
atc1441
f409f493ec
Added CC2531 EOPL Port plus the modded python station by foorschtbar
2023-08-03 18:53:30 +02:00
Nic Limper
df783c6f8f
ability to mirror tags
...
mirrored tags don't take file system space (f they are local to the AP), and don't take time to generate. They share their buffer with the source tag.
2023-08-03 12:37:29 +02:00
Nic Limper
f0e4d25d36
use barcode scanner to select a tag
2023-08-02 20:04:55 +02:00
Nic Limper
b4bf060a51
json template is now streaming (both file and url)
...
'unlimited' size
2023-07-31 22:35:00 +02:00
Nic Limper
e3407468ea
weather icons via truetype
...
Don't forget to update the file system: added .ttf font, deleted some .vlw fonts.
Saves about 144kB.
2023-07-31 20:25:31 +02:00
Nic Limper
8daff632ba
truetype: more floats -> better rendering
2023-07-31 20:22:50 +02:00
Nic Limper
21a52e9b17
truetype fixes
...
- fixed curves using intermediate points
- now uses ascender to find baseline
- now uses unitsPerEm for font size calculations
rendering is not perfect yet, probably mainly due to rounding issues
2023-07-31 19:02:05 +02:00
Nic Limper
f9b4d163bc
cleanup and gzip web files
...
- clean up unnecessary files
- fix ota update, maybe preventing timeouts
- new 'wwwroot' folder for the web source files, and python script to gzip the files to the /data/www folder
- run gzip_wwwfiles.py to compress the files in wwwroot into /data/www
2023-07-29 20:47:12 +02:00
Nic Limper
a78f2e3af5
added truetype fonts
2023-07-29 14:47:01 +02:00
Nic Limper
6b6eda401f
notification on webpage on filesystem full
1.7-beta
2023-07-29 11:14:52 +02:00
Nic Limper
26af93dd67
bugfixes
...
- replaced symlink to firmware pack binary by real file
- bugfix using jsontemplate with google apps script
2023-07-29 10:34:56 +02:00
Nic Limper
3ccf0f931d
small bugfixes
...
- don't display '01-01' in google calendar when start=0
- bigger buffer for json template
- hold generating new content if free space in file system is too low
- tiny bug on failing to color lines red in google calendar for current appointments
2023-07-27 17:40:18 +02:00
Nic Limper
9300301dcb
small bugfixes
...
- small layout fix current weather on 4.2"
- qr code content enabled again
- turned off temperature on esp32
- http 409 on http POST during OTA
- finetuning buitenradar scale and refresh time
- follow redirects on jsontemplate http call
2023-07-26 21:50:58 +02:00
atc1441
22cf435db7
Added CC1352 / CC2652 AP Firmware Code
2023-07-26 21:00:40 +02:00
atc1441
475c40e7e6
Added CC1352 CC2652 Board
2023-07-26 17:54:22 +02:00
Jelmer
768d278ef8
added M2 generation tags to types
2023-07-24 13:23:41 +02:00
Jelmer
30bb5ade9e
started adding HAL, should probably delete 'core'
2023-07-24 01:02:42 +02:00
Jelmer
ad44203f29
New M3 tag types
2023-07-23 15:02:55 +02:00
Jelmer
b836d30395
Merge pull request #90 from jjwbruijn/New_Flasher
...
New flasher
2023-07-23 12:12:53 +02:00
Jelmer
4bcc825f69
Update tag_types.h
...
Added Newton M3 tag types
2023-07-23 12:12:09 +02:00
Jelmer
666b79e14d
No longer compatible with the AP/Flasher board
...
Please use the flasher script in the AP/Flasher-directory
2023-07-23 12:01:13 +02:00
Jelmer
0f9ea7ee26
fixed flasher python script
2023-07-22 08:44:01 +02:00
Jelmer
d53c89c672
Merge pull request #88 from slimline33/master
...
.stl files for 3D printer for the SoluM Tags
2023-07-22 00:15:04 +02:00
Jelmer
9ce9abd59e
new flasher, support for nRF
2023-07-22 00:02:33 +02:00
Bimmi
b389feb30e
Delete 4-2_Solum_Stand_20-degree.3MF
2023-07-21 22:15:42 +02:00
Bimmi
3bb8152512
Update readme.md
2023-07-21 22:14:14 +02:00
Bimmi
fbe5e54a71
Add files via upload
2023-07-21 21:51:52 +02:00
Bimmi
20ae9280f6
Merge branch 'jjwbruijn:master' into master
2023-07-21 21:50:55 +02:00