Skip to content

Lector lector-0.26.6

Choose a tag to compare

@github-actions github-actions released this 23 Aug 01:10
· 114 commits to main since this release

Fixed

  • Locking with a wallpaper no longer ghosts the page underneath on the X3. The reader ran a full-screen clean immediately before painting the sleep face, which leaves the panel in a charge state the grayscale waveform that follows is not calibrated for. The clean is gone, which is how CrossPoint has always done it. Only the grayscale sleep faces were affected; the crest face was always clean.

Changed

  • "Entering sleep" now appears for every sleep face, wallpapers included. It used to be skipped there because the clean was about to wipe it, and a wallpaper lock is the slowest one, so it is the one that most wants a progress note.

Easiest install: use the browser flasher (Chrome/Edge, USB cable). One build serves both Xteink X3 and X4.

Update from the SD card: download firmware.bin, copy it to the SD card, then on the device open Settings and choose SD Card Firmware Update.

Manual flash (esptool):

esptool.py --chip esp32c3 write_flash \
  0x0 bootloader.bin \
  0x8000 partitions.bin \
  0xE000 boot_app0.bin \
  0x10000 firmware.bin

firmware.elf is for symbolizing crash reports, not for flashing.