index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
export
/
lcd.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-13
Revert "Remove YUV blitting functions and LCD modes"
Solomon Peachy
1
-1
/
+10
2022-10-03
Remove YUV blitting functions and LCD modes
Aidan MacDonald
1
-10
/
+1
2022-09-30
Define LCD_STRIDEFORMAT unconditionally
Aidan MacDonald
1
-2
/
+2
2022-04-17
viewports, set flags to VP_DEFAULT_FLAGS
William Wilgus
1
-0
/
+2
2022-04-15
viewports add flag to disable updates
William Wilgus
1
-2
/
+3
2022-03-21
Lcd save function pointer to frame buffer get_address_fn before loops
William Wilgus
1
-1
/
+3
2021-03-25
Revert "lcd framebuffer - Bugfix #2 ensure proper alignment"
William Wilgus
1
-2
/
+1
2021-03-25
lcd framebuffer - Bugfix #2 ensure proper alignment
William Wilgus
1
-1
/
+2
2020-10-31
lcd_framebuffer bugfixes, sanity checks
William Wilgus
1
-7
/
+7
2020-10-26
Whitespace cleanup on fb_viewport Rewrite
William Wilgus
1
-3
/
+3
2020-10-26
LCD core move buf ptr and address look up function viewport struct
William Wilgus
1
-101
/
+170
2020-10-26
make the plugin API frambuffer agnostic
Moshe Piekarski
1
-2
/
+1
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-11
/
+0
2020-07-24
[2/4] get rid of HAVE_LCD_CHARCELLS
Solomon Peachy
1
-40
/
+0
2018-06-12
Add XRGB8888 native format
Marcin Bukat
1
-1
/
+8
2014-06-21
lcd-24bit: Introduce a 24-bit mid-level LCD driver
Thomas Martitz
1
-1
/
+84
2014-03-03
Touchscreen: Show a line separator in lists.
Thomas Martitz
1
-1
/
+0
2014-03-03
Implement lcd_get_dpi() for all bitmap targets.
Thomas Martitz
1
-8
/
+3
2014-01-12
put_line/scrolling: Make the scroll engine inform custom scrollers about star...
Thomas Martitz
1
-2
/
+2
2014-01-07
Fix Player red and icons on mono displays.
Thomas Martitz
1
-8
/
+9
2014-01-07
lcd/grey: Enable viewport fg_pattern and bg_pattern for all bitmap targets.
Thomas Martitz
1
-2
/
+1
2014-01-07
lcd-16bit: Remove {lss,lse,lst}_pattern fields from struct viewport.
Thomas Martitz
1
-5
/
+0
2014-01-07
lcd-common: Remove direct style (line decorations) from lcd-puts* functions.
Thomas Martitz
1
-21
/
+0
2014-01-07
lcd-common: Remove support for custom line heights from viewport.
Thomas Martitz
1
-1
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_style_xyoffset() a...
Thomas Martitz
1
-5
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_style().
Thomas Martitz
1
-2
/
+0
2014-01-07
lcd-common: Remove unused function lcd_puts_style_offset().
Thomas Martitz
1
-2
/
+0
2014-01-07
lcd-common: Remove unused function lcd_puts_style().
Thomas Martitz
1
-1
/
+0
2014-01-07
lcd-common: Remove unused function lcd_puts_offset().
Thomas Martitz
1
-1
/
+0
2014-01-07
lcd-common/scroll_engine: Remove unused functions lcd_puts_scroll_offset() an...
Thomas Martitz
1
-4
/
+0
2014-01-07
lcd-16bit: Introduce lcd_gradient_fillrect_part().
Thomas Martitz
1
-0
/
+2
2014-01-07
lcd-common/scroll_engine: Introduce lcd_putsxy_scroll_func().
Thomas Martitz
1
-0
/
+5
2014-01-05
lcd: Fix certain drawmode combinations.
Thomas Martitz
1
-1
/
+2
2013-12-15
Fix reds. Also apply the new scrolling to lcd charcell (this even uncovered an
Thomas Martitz
1
-1
/
+1
2013-12-14
scroll_engine: Add STYLE_NONE to allow for drawing lines without styling.
Thomas Martitz
1
-6
/
+7
2013-12-14
scroll_engine: Rename scroll_stop* functions to be more consistent with the l...
Thomas Martitz
1
-4
/
+0
2013-02-12
bitmap drawing: Use extra bit in mask to avoid nested if() in switch-cases.
Thomas Martitz
1
-0
/
+2
2012-12-09
9 segment bitmap drawing:
Jonathan Gordon
1
-0
/
+2
2012-03-01
lcd drivers: split lcd_gradient_rect so it is actually useful
Jonathan Gordon
1
-0
/
+2
2012-02-28
lcd/skin_engine: Add the ability to draw onto the backdrop layer
Jonathan Gordon
1
-0
/
+1
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
1
-1
/
+8
2011-12-16
Oops. Left some bits I didn't want to keep.
Michael Sevakis
1
-9
/
+0
2011-12-16
Convert remaining memframe LCDs that can be convert to common code.
Michael Sevakis
1
-0
/
+9
2011-12-14
Fix FS#12237 (caused by r30302) where centered skin text isnt eqactly centered
Jonathan Gordon
1
-0
/
+5
2011-11-08
Fix build errors and warnings in the lcd drivers.
Thomas Martitz
1
-4
/
+3
2011-11-08
Support for transparency in 32bit bitmaps on color targets.
Thomas Martitz
1
-0
/
+3
2011-11-08
Add new lcd_bmp and lcd_bmp_part APIs.
Thomas Martitz
1
-0
/
+3
2011-10-29
Better fix for FS#12337. Use 0 to make the line height calculated from the fo...
Thomas Martitz
1
-1
/
+1
2011-10-17
- Fix some reds by implementing lcd_get_dpi().
Thomas Martitz
1
-1
/
+5
2011-10-17
Commit FS#12321 - Touchscreen: List line padding, to more easily select lines
Thomas Martitz
1
-0
/
+1
[next]