aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-012-5/+5
|
* Fix introduces bug in gdisp UC8173 driverinmarket2017-03-041-1/+1
|
* Minor clean-up to UC8173 driverJoel Bodenmann2017-03-022-166/+833
|
* Update to the UC8173 driver to fix memory overwriteinmarket2017-03-011-3/+1
|
* Minor internal improvement (clean-up) to AlteraFramereader driverJoel Bodenmann2017-02-201-19/+14
|
* Updating drivers listJoel Bodenmann2017-02-181-35/+36
|
* Adding Altera Frame Reader IP Core display driverJoel Bodenmann2017-02-185-0/+366
|
* Updating drivers listJoel Bodenmann2017-02-181-0/+2
|
* Adding UC8173 driverJoel Bodenmann2017-02-025-0/+730
|
* Added Fb24bpp driver for RGB888 and BGR888 packed framebuffer displaysinmarket2017-01-206-0/+305
|
* Merge branch 'ssd1306-128x32' of wezm/uGFX into masterJoel Bodenmann2017-01-061-0/+2
|\
| * Add support for 128x32 SSD1306 displaysWesley Moore2016-12-151-0/+2
| |
* | Fix a win32.raw32 platform compile bug caused by the windows headers not ↵inmarket2016-12-122-3/+3
|/ | | | being included
* Fixing typo in ILI9488 driverJoel Bodenmann2016-11-271-2/+2
|
* Adding readme files for implicitly supported touchscreen controllersJoel Bodenmann2016-11-273-0/+3
|
* Adding ILI9488 display driverJoel Bodenmann2016-11-274-0/+425
|
* Minor fix in toggle/pal readmeJoel Bodenmann2016-11-071-1/+1
|
* Minor fix in toggle/pal readmeJoel Bodenmann2016-11-071-1/+1
|
* Protect Win32 GDISP driver from some strange config file configurationsinmarket2016-10-011-19/+19
|
* New uGFXnetESP8266 driver. A gdisp driver for the ESP8266.inmarket2016-08-307-1/+762
| | | | Not tested yet.
* Minor improvement to the ST7565 driverJoel Bodenmann2016-08-261-2/+6
|
* Adding Linux event input touch driverJoel Bodenmann2016-08-233-0/+175
|
* Merge branch 'ili9225_mr' of olegator77/uGFX into masterJoel2016-08-204-0/+450
|\
| * Added ILI9225 driverOleg Gerasimov2016-08-194-0/+450
| |
* | Increased st7735 refresh rate - no more flickerOleg Gerasimov2016-08-191-2/+2
| |
* | Added ST7735 driverOleg Gerasimov2016-08-194-0/+457
|/
* Modifying SDL window title (it's not a simulation)Joel Bodenmann2016-08-151-1/+1
|
* Added SDL multiply driverOleg Gerasimov2016-08-084-0/+534
|
* Adding EXC7200 driverJoel Bodenmann2016-08-033-0/+130
|
* Adding QWidget touch driverJoel Bodenmann2016-07-265-0/+154
|
* Compile fix for Win32Andrew Hannam2016-07-251-3/+3
|
* Add support for reparenting, capture and control of Win32 Emulator windows.Andrew Hannam2016-07-192-26/+87
|
* Adding QImage display driverJoel Bodenmann2016-07-196-0/+141
|
* Workaround for using RGB888 with STM32LTDC driverJoel Bodenmann2016-06-262-5/+6
|
* Adding FT6x06 driverJoel Bodenmann2016-06-184-0/+272
|
* Updating drivers listJoel Bodenmann2016-04-271-0/+1
|
* Add SSD1848 driver by czhouinmarket2016-04-254-0/+998
|
* Update framebuffer driver for better information hidinginmarket2016-04-251-3/+4
|
* Fix in ILI9481 driver codeJoel Bodenmann2016-03-291-1/+1
|
* ED060SC4 driver remove redundant filesinmarket2016-02-272-83/+0
|
* Typo fix for STM32LTDC driver for RGB888inmarket2016-02-181-1/+1
|
* Small fixes to ILI9342inmarket2015-12-222-9/+4
|
* Add gdisp driver readme to list the type of each driver.inmarket2015-12-221-0/+33
|
* Remove obsolete fileJoel Bodenmann2015-12-171-28/+0
|
* Added ILI9342 driverJoel Bodenmann2015-12-174-0/+469
|
* Some gdisp drivers release_bus() calls are in the wrong spot compared to ↵inmarket2015-11-272-5/+3
| | | | post_init_board()
* Change STM32F429i-Discovery board to use the general STM32LTDC driver.inmarket2015-11-258-894/+0
| | | | | The special ILI9341 init code is now in the board file (it is board specific). The specific STM32F429i-Discovery driver is now gone
* Fix STM32LTDC orientation and DMA2D accelerationinmarket2015-11-252-96/+98
|
* Make all include paths in ugfx relative.inmarket2015-11-2158-153/+125
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Replace all inline definitions with GFXINLINEinmarket2015-10-2343-298/+298
|