• Joined on 2026年02月10日
behemoth commented on pull request behemoth/TrustyReader#2 2026年05月01日 20:46:22 +02:00
automatically determine the cuttoff value for the button ADC on boot

New hint; OTA booting from microreader changes the voltage again. Maybe there is some init code/calibration missing.

behemoth pushed to master at behemoth/TrustyReader 2026年04月29日 23:42:44 +02:00
3f26e2a34a update grayscale lut
ad147aa272 save activity stack
Compare 2 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年04月29日 22:14:14 +02:00
d6017f5096 merge sdspi code
behemoth pushed to master at behemoth/TrustyReader 2026年04月29日 22:12:20 +02:00
90ac0900a7 merge sdspi code
14184e6d40 merge ota code
Compare 2 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年04月24日 00:02:07 +02:00
550e00ae52 sad violin
behemoth commented on pull request behemoth/TrustyReader#2 2026年04月23日 23:57:36 +02:00
automatically determine the cuttoff value for the button ADC on boot

Strange. I didn't understand why the values I got were that far away from Arduino. The 3800 was the only value from the sdk that worked for me. Strange that it didn't cause issues on any of the...

behemoth commented on pull request behemoth/TrustyReader#1 2026年04月23日 22:11:42 +02:00
enable c23 for fat library

eh I did manually merge this. Codeberg seems to not detect that.

behemoth closed pull request behemoth/TrustyReader#1 2026年04月23日 22:10:23 +02:00
enable c23 for fat library
behemoth commented on pull request behemoth/TrustyReader#1 2026年04月23日 22:10:22 +02:00
enable c23 for fat library

Thanks! I did encounter this on an old compiler before but never merged and forgot.

behemoth pushed to master at behemoth/TrustyReader 2026年04月23日 22:09:13 +02:00
8ca4251fd8 Merge branch 'icewind-c23'
26b9ecfe43 enable c23 for fat library
Compare 2 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年04月19日 19:50:40 +02:00
c962a2e9ae load first image in .sleep
behemoth pushed to master at behemoth/TrustyReader 2026年03月31日 00:06:25 +02:00
3af68801e7 desktop: skip dotfiles
c575997280 fix cross compilation
Compare 2 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年03月29日 19:51:35 +02:00
4423fd1e11 cache images
behemoth pushed to master at behemoth/TrustyReader 2026年03月17日 00:00:32 +01:00
3bddcfbca4 basic s3 support
9ea299b01e de-specialize jpeg & xml
c304cd21f7 fix bench build
c8200a2b2d fix jpeg decode error
1ff261c033 - discard tbmp
Compare 16 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年03月04日 04:35:44 +01:00
06a8ad4fee format by filename
behemoth pushed to master at behemoth/TrustyReader 2026年03月04日 04:25:05 +01:00
2c46483aee fractional scaling
behemoth pushed to master at behemoth/TrustyReader 2026年03月04日 03:54:42 +01:00
dc8ce79985 fix image path traversal
behemoth pushed to master at behemoth/TrustyReader 2026年03月04日 03:44:37 +01:00
2fe978e28a Revert "embedded-zip reduce memory usage by hashing names"
behemoth pushed to master at behemoth/TrustyReader 2026年03月04日 03:31:10 +01:00
08466f037d bad inline image support
e246b696a8 fix tbmp blit bw
eace035da4 fix hyphenation slicing with non-ascii
9c1b48e569 embedded-zip reduce memory usage by hashing names
9833b0955b wip image support
Compare 10 commits »
behemoth pushed to master at behemoth/TrustyReader 2026年02月28日 22:30:12 +01:00
30505ef429 embedded-xml: don't treat Declaration different from PI and make it optional :(