A board support package for the LPC4088 Display Module.
Dependencies: DM_HttpServer DM_USBHost
Dependents: lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more
Fork of DMSupport by
History
More updates related to mbed OS 5
2019-11-04, by embeddedartists [Mon, 04 Nov 2019 14:32:50 +0000] rev 42
More updates related to mbed OS 5
Updates related to mbed OS 5
2019-10-23, by embeddedartists [Wed, 23 Oct 2019 06:59:29 +0000] rev 41
Updates related to mbed OS 5
Updated USBDevice, mbed-src and mbed-rtos libraries to latest version. Fixed compiler errors related to us_ticker_read() that was introduced in latest mbed-src version.
2015-06-10, by alindvall [Wed, 10 Jun 2015 09:54:15 +0000] rev 40
Updated USBDevice, mbed-src and mbed-rtos libraries to latest version. Fixed compiler errors related to us_ticker_read() that was introduced in latest mbed-src version.
Added display frame rate setting. Updated used libraries.
2015-04-28, by alindvall [Tue, 28 Apr 2015 11:47:20 +0000] rev 39
Added display frame rate setting. Updated used libraries.
- Added a new class GPDMA to allow multiple users of DMA
2015-04-15, by embeddedartists [Wed, 15 Apr 2015 09:41:56 +0200] rev 38
- Added a new class GPDMA to allow multiple users of DMA
- Modified the MCI file system to use the new GPDMA class
- Updated ethernet/rtos/mbed/usbdevice library versions
- Added file system getters for MCI and QSPI file systems to the DMBoard class. This gives access to the cardInserted(), isformatted() and format() functions.; - Removed unused parameter in SPIFI class; - Fixed caching issue in Registry class
2015-03-23, by alindvall [Mon, 23 Mar 2015 13:45:16 +0000] rev 37
- Added file system getters for MCI and QSPI file systems to the DMBoard class. This gives access to the cardInserted(), isformatted() and format() functions.; - Removed unused parameter in SPIFI class; - Fixed caching issue in Registry class
Modified DMBoard interface to always have the touchPanel() and display() functions even if the touch/display has been disabled in dm_board_config.h to allow e.g. AppTouchCalibration to compile (even if it will never be used it must still compile)
2015-03-20, by alindvall [Fri, 20 Mar 2015 14:44:06 +0000] rev 36
Modified DMBoard interface to always have the touchPanel() and display() functions even if the touch/display has been disabled in dm_board_config.h to allow e.g. AppTouchCalibration to compile (even if it will never be used it must still compile)
Corrected the template for dm_board_config.h.
2015-03-20, by alindvall [Fri, 20 Mar 2015 13:36:00 +0000] rev 35
Corrected the template for dm_board_config.h.
- Added size guards in InternalEEPROM
2015-03-09, by embeddedartists [Mon, 09 Mar 2015 11:15:56 +0100] rev 34
- Added size guards in InternalEEPROM
- Added documentation in missing classes
- Added option to redirect RtosLog to USBSerial (a USB Device Serial port)
- Moved the mbed_mac_address function from the SDK to the BIOS
- Added special treatement of touch controller for multitouch
2015-02-19, by embeddedartists [Thu, 19 Feb 2015 14:41:14 +0100] rev 33
- Added special treatement of touch controller for multitouch
- Corrected button pin name (wrong after switching to LPC4088_DM as target
- Fixed bug in QSPIFileSystem that prevented opening the root folder