1. d556809 Agptek Rocker: Initial commit by Marcin Bukat · 7 years ago
  2. 55f1d94 Fix warnings in firmware/screendump.c by Franklin Wei · 10 years ago
  3. 17ee90c Fix whitespace in firmware/screendump.c by Franklin Wei · 10 years ago
  4. a1842c0 lcd-24bit: Introduce a 24-bit mid-level LCD driver by Thomas Martitz · 10 years ago
  5. c300c1b screendump.c: use HOME_DIR instead of the hard-coded "" (root) by Lorenzo Miori · 11 years ago
  6. b37e6bc lcd drivers: Convert lcd_[remote_]framebuffer to a pointer by Jonathan Gordon · 13 years ago
  7. 700e360 Reduce stack allocation for remote screendump. The screendump filename is generated and known, so we don't need MAX_PATH. by Frank Gevaerts · 13 years ago
  8. 77129ad Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro name collision by Michael Sparmann · 14 years ago
  9. 01cdb6a Fix screendump on iPod Nano 2G by increasing the usb thread stack size and reducing the stack usage of FAT and storage functions by Michael Sparmann · 14 years ago
  10. c61e89c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. by Thomas Martitz · 14 years ago
  11. 1d6df54 Convert a number of places in core and plugins to use the BIT_N() macro instead of 1<<n. Speeds up things on SH1, and also reduces core binsize. Most notable speedups: 1 bit lcd driver: drawpixel +20%, drawline + 27%, hline +5%; jpeg viewer: +8% for 1/8 scaling. Other targets are unaffected. by Jens Arnold · 15 years ago
  12. 7ddcce1 Forgot to add the new screendump source files. by Jens Arnold · 16 years ago