summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/fb
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04firmware/fb: Implemtented fb_bw8_line and fb_set_p(uint16_t x,uint16_t y)Marcel `sdrfnord` McKinnon2-15/+49
Change-Id: Id8856ace2a31ba4ebcd04746e0c96c23a679cc40
2019-10-17Fix common misspellings and typosMartin Hauke2-2/+2
Change-Id: I962b42871693f33b1054d43d195817e9cd84bb64
2016-01-20fw: fix SPCA552 write timingSteve Markgraf1-0/+1
With GCC 4.9.3 the timing was broken and initializing the SPCA552 on the Pirelli DP-L10 did not work. Add a small delay which fixes that. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-04-28firmware: Adding new font with symbols for battery and RX levelAndreas Eversberg2-0/+115
2012-02-12firmware/fb: add framebuffer driver for the Pirelli DP-L10 displaySteve Markgraf1-0/+193
This commit adds a combined driver for the Sunplus SPCA-552E Multimedia Controller and the Samsung S6B33B1X LCD controller. I have to thank Stephan Meier, who helped me to reverse-engineer this beast during 28c3. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-02-07firmware/framebuffer: Cleanups of compiler warnings and debugging outputAndreas Eversberg4-7/+7
2012-02-03firmware/fb: add framebuffer driver for J100i displaySteve Markgraf1-0/+196
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-02-03firmware/fb: add framebuffer driver for TD014 display (C139/C140)Steve Markgraf1-0/+150
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-02-03firmware/fb: Fixed color component shiftAndreas Eversberg1-1/+1
2012-02-03firmware/fb: Adding transparent background color for fontsAndreas Eversberg1-2/+4
2012-02-03[PATCH] fw/fb/ssd1783: fix the RGB332 color paletteSteve Markgraf1-10/+20
We revert the initialization of the palette to the behaviour of the old non-fb driver. Signed-off-by: Steve Markgraf <steve@steve-m.de> Signed-off-by: Andreas Eversberg <jolly@eversberg.eu>
2012-02-03firmare/framebuffer: Option to center textAndreas Eversberg2-1/+39
This is usefull, because actual width of proportional font text and display width may not be known to application.
2012-02-03firmware/framebuffer: Adding fixed with font with 8x8 pixlesAndreas Eversberg2-1/+1072
2012-02-03Calypso FB: Makefile, "dummy" driver, Hello WorldChristian Vogel1-0/+69
2012-02-03Calypso FB: C155 / SSD1783 Color SupportChristian Vogel2-0/+477
2012-02-03Calypso FB: C123 / ST7558 Black and White SupportChristian Vogel2-0/+426
2012-02-03Calypso FB: Main framebuffer header file.Christian Vogel1-0/+28
2012-02-03Calypso FB: 8 Fonts, header file and utility functions.Christian Vogel9-0/+9381
I only activate two fonts, Helvetica Regular 8pt and bold 14pt because the others bloat the binary too much.