Commit Graph

2605 Commits (69de17687c304e4699804e6644dd156099de84c6)

Author SHA1 Message Date
inmarket 34d7b62607 Doco update 2015-06-08 11:33:48 +10:00
inmarket 411e08902a Add stm32m3 make option and fix stm32m1 make option 2015-06-08 11:31:23 +10:00
Joel Bodenmann 08585ef751 Fixing stm32f1 makefile 2015-06-06 23:44:39 +02:00
Joel Bodenmann 6e2e59a92d Updating JSON file for uGFX-Studio 2015-05-30 13:11:07 +02:00
Joel Bodenmann 377a01ad4a Updating JSON file for uGFX-Studio 2015-05-29 22:24:08 +02:00
Joel Bodenmann af71b94339 Fixing typo in HY-MiniSTM32V board file 2015-05-23 23:30:18 +02:00
Joel Bodenmann 4a808fe590 Opening 2.4 development 2015-05-16 21:17:56 +02:00
Joel Bodenmann 48839a00aa Fixing doxygen 2015-05-16 20:46:45 +02:00
Joel Bodenmann ee8aa6ca4e Fixing doxygen 2015-05-16 20:33:31 +02:00
Joel Bodenmann 37ab4ec1cd Fixing doxygen 2015-05-16 20:17:50 +02:00
Joel Bodenmann 4e84469515 Improving file parsed by uGFX-Studio 2015-05-16 19:42:45 +02:00
Joel Bodenmann 6826f89269 Updating library parsing file for uGFX-Studio 2015-05-16 01:01:38 +02:00
inmarket 88a43f5fc0 Doc update 2015-05-10 17:16:26 +10:00
inmarket 4482b7d973 SSD1331 board file for the SAM7EX256 via UEXT connector 2015-05-10 17:13:30 +10:00
inmarket af4d4c2da7 Fixes to SSD1331 2015-05-10 17:12:30 +10:00
inmarket 1a09f151e2 Fix to LLD driver color conversions. 2015-05-10 17:12:00 +10:00
inmarket 42d34fd421 More comments for the UEXT SSD1306 SPI board file 2015-05-09 23:39:52 +10:00
inmarket 201172ab69 Improve the UEXT bus descriptor file 2015-05-09 23:38:47 +10:00
inmarket 734416a840 Started prototyping some changes to the STM32F429iDiscovery driver.
None are active yet.
2015-05-03 12:31:49 +10:00
Joel Bodenmann 4c6a074964 Updating docs 2015-04-30 10:40:11 +02:00
inmarket 0501f24f47 Add the ability to change a gwin list selection via the api
Add the ability to scroll a particular item into the current view.
2015-04-30 11:32:10 +10:00
inmarket 83c0eb3526 Workaround for dynamically sized labels crashing sometimes when the text size is changed.
A real fix requires more work on the redraw handler.
2015-04-29 22:43:47 +10:00
inmarket 54d4f3d95b Remove superfluous forward definition on a container. 2015-04-29 22:18:01 +10:00
inmarket a08f9d42fc Fix a bug in detecting the button area in a frame window 2015-04-29 18:32:12 +10:00
inmarket 1ce3f20fa4 Add GWIN virtual keyboard widget 2015-04-12 17:07:38 +10:00
inmarket b04148ca2b Update Doc 2015-04-08 15:00:45 +10:00
inmarket b4aa4d565f Example board files for connecting "TinyScreen" - an arduino SSD1331 display from Tiny-Circuits 2015-04-07 23:24:09 +10:00
inmarket f1d75f32be SSD1331 OLED display controller driver - accelerated including scroll support. 2015-04-07 23:23:01 +10:00
inmarket 9c7dbd8d7e More GOS arduino files - oops missed them last commit. 2015-04-07 23:22:04 +10:00
inmarket 82cb03947c Add Arduino as a full GOS supported operating system (even though it is really just a special bare bones platform) 2015-04-07 23:21:19 +10:00
inmarket beacfaa994 Fix in color conversions for some strange compilers that don't do macro expansion in the highest available integer format 2015-04-07 23:20:16 +10:00
inmarket 601fd6855d Add more pixel format support 2015-04-07 23:19:10 +10:00
inmarket f44b1c6412 Small fix for scrolling 2015-04-07 23:18:32 +10:00
inmarket 727aa67289 Typo 2015-04-01 00:57:58 +10:00
inmarket 9f38cbc445 Example board file and cpp file for the Auduino teensy and the SSD1351 driver 2015-04-01 00:30:12 +10:00
inmarket 8e18cc30e2 First cut SSD1351 driver 2015-04-01 00:29:18 +10:00
inmarket a59327fbbf Fix misspelling of KEIL preprocessor directive. 2015-03-25 12:45:06 +10:00
inmarket fe20965c3f More updates for Keil with raw32 GOS. 2015-03-18 10:26:35 +10:00
inmarket 1caabc3f75 Attempt to fix setjmp issues with the Kiel compiler. 2015-03-18 06:53:22 +10:00
inmarket 84ae564bfc Support ChibiOS V3 changes to the FileStream API 2015-03-11 00:16:09 +10:00
inmarket 865b7887d0 Fix shimmering with the STM32F429-iDiscovery display 2015-02-28 22:55:41 +10:00
inmarket a436128e50 Updates to Mikromedia-Plus-STM32-M4 board and the SSD1963 driver 2015-02-28 17:09:49 +10:00
inmarket 8f779effe1 Fix compiler warnings 2015-02-28 16:26:37 +10:00
inmarket fe980847d4 Fix self calibration for touch devices FT5x06 and STMPE610 2015-02-28 16:22:09 +10:00
inmarket cd3a87f2d4 Remove unneeded definition 2015-02-28 13:54:27 +10:00
inmarket dc4f706132 GFILE was not being initialised properly.
Added GFX_OS_EXTRA_INIT_FUNCTION and GFX_OS_EXTRA_DEINIT_FUNCTION macro's to enable special initialisation to occur being anything else happens.
2015-02-28 13:06:15 +10:00
inmarket 73ba2778ab Background images on GWIN containers had cx and cy interposed. 2015-02-28 12:05:04 +10:00
inmarket d008c83bc7 Replace missing breaks. 2015-02-25 17:06:49 +10:00
inmarket 6c0409f25b New Mikromedia-Plus-STM32-M4 board by lliypuk (with mods) 2015-02-23 18:17:26 +10:00
inmarket 53aba6de89 Some changes to the SSD1963 driver to cater for new boards 2015-02-23 18:16:33 +10:00