This repository was archived by the owner on Sep 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 495
Changelog
notro edited this page Jun 14, 2013
·
16 revisions
-
2013-05-25-wheezy-raspbian-2013-06-14-fbtft.zip
Changes- fbtft - added device support for 'rotate' and 'bgr', fixes fbtft_set_addr_win() for values > 255. Thanks cnvogelg., make it possible to disable tx buffer with txbuflen < -1, experimental 16-bit bus support, moved EXPORT_SYMBOL statements, add Start byte support, add fbtft_read_spi(), added fbtft_write_gpio16_wr_latched()
- fbtft_device - added rotate and bgr arguments, add buswidth=16 support
- flexfb: don't check 'dc' gpio when using startbyte
- ads7846_test: (removed)
- ads7846_device: added
- sainsmart18fb: add backlight support
- sainsmart32fb: use device 'rotate' argument, add 16-bit support
- ili9341fb - added rotation support
- hy28afb: added
-
2013-02-09-wheezy-raspbian-2013-05-24-fbtft.zip
Changes- spi-bcm2708 - remove speed restrictions (more)
- all drivers - remove __dev* markings
- sainsmart32fb - added support for Sainsmart 3.2
- flexfb - added ssd1289 support (see flexfb)
- itdb28fb - itdb28fb add SPI support
- fbtft_device - itdb28fb add SPI support, added support for Sainsmart 3.2
- fbtft - unregister_backlight on failure
-
2013-02-09-wheezy-raspbian-2013-05-07-fbtft.zip
Changes- Added Module.symvers to image - FBTFT driver development is made easy.
- adafruit22fb - added rotation support and bgr module argument
- flexfb - fix rotation code, fix width/height check, add rotation parameter description
-
2013-02-09-wheezy-raspbian-2013-04-25-fbtft.zip
Changes- Kernel config: added all console fonts
- fbtft_device - spidevices changed name to fbtft_device
- flexfb - added flexfb: Generic driver
- sainsmart18fb - use register setting for BGR, add bgr module argument, added rotation support
- ads7846_test - modified test version of ads7846.c
-
2013-02-09-wheezy-raspbian-2013-04-11-fbtft.zip
Changes- fbtft - backlight did not respond to blanking, add defaults: bpp=16, fps=20, only show dirty_lines warning while debugging,
remove unneeded gpio_free() - all drivers - remove unneeded #include's
- adafruit18fb - 'led' is handled by core, use backlight subsystem, use fbtft defaults for bpp and fps
- adafruit22fb - use fbtft defaults for bpp and fps
- itdb28fb - use backlight subsystem
- nokia3310fb - 'led' is handled by core, use write_reg(), use backlight subsystem
- sainsmart18fb - use fbtft defaults for bpp and fps
- spidevices - add module argument: verbose
- fbtft - backlight did not respond to blanking, add defaults: bpp=16, fps=20, only show dirty_lines warning while debugging,
-
2013-02-09-wheezy-raspbian-2013-04-07-fbtft.zip
First image released