summaryrefslogtreecommitdiffstats
path: root/firmware/screendump.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-06Fix path buffer overflow in screendumpAidan MacDonald1-2/+2
2018-06-12Agptek Rocker: Initial commitMarcin Bukat1-2/+2
2015-02-24Fix warnings in firmware/screendump.cFranklin Wei1-2/+10
2015-02-24Fix whitespace in firmware/screendump.cFranklin Wei1-10/+10
2014-06-21lcd-24bit: Introduce a 24-bit mid-level LCD driverThomas Martitz1-0/+14
2013-09-27screendump.c: use HOME_DIR instead of the hard-coded "" (root)Lorenzo Miori1-2/+3
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-7/+7
2011-12-04Reduce stack allocation for remote screendump. The screendump filename is gen...Frank Gevaerts1-1/+1
2010-10-25Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...Michael Sparmann1-8/+8
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-15/+1
2010-05-06Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...Thomas Martitz1-2/+2
2009-06-07Convert a number of places in core and plugins to use the BIT_N() macro inste...Jens Arnold1-2/+2
2009-02-10Forgot to add the new screendump source files.Jens Arnold1-0/+371