CITY3032-wifi-mqtt

Committer:
reedas
Date:
Sat Nov 13 12:02:49 2021 +0000
Revision:
5:f62a9e4a499a
trying to include mbed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
reedas 5:f62a9e4a499a 1 # SEGGER emWin Middleware Library
reedas 5:f62a9e4a499a 2
reedas 5:f62a9e4a499a 3 This repository is deprecated. The middleware library is now available here: https://github.com/cypresssemiconductorco/emwin
reedas 5:f62a9e4a499a 4
reedas 5:f62a9e4a499a 5 ### Overview
reedas 5:f62a9e4a499a 6 emWin is an embedded graphic library and graphical user interface (GUI) framework designed to provide an efficient, processor- and display controller-independent GUI for any application that operates with a graphical display. It is compatible with single-task and multitask environments. Developed by SEGGER Microcontroller, emWin is extremely popular in the embedded industry. Cypress has licensed the emWin library from SEGGER and offers it for free to customers.
reedas 5:f62a9e4a499a 7
reedas 5:f62a9e4a499a 8 **Supported Features:**
reedas 5:f62a9e4a499a 9
reedas 5:f62a9e4a499a 10 * 2-D Graphics Library
reedas 5:f62a9e4a499a 11 * Displaying bitmap files
reedas 5:f62a9e4a499a 12 * Fonts
reedas 5:f62a9e4a499a 13 * Memory Devices
reedas 5:f62a9e4a499a 14 * Multitask (RTOS)
reedas 5:f62a9e4a499a 15 * Window Manager
reedas 5:f62a9e4a499a 16 * Window Objects (Widgets)
reedas 5:f62a9e4a499a 17 * Virtual Screens / Virtual Pages
reedas 5:f62a9e4a499a 18 * Pointer Input Devices
reedas 5:f62a9e4a499a 19 * Touch screen support (user defined)
reedas 5:f62a9e4a499a 20 * Sprites and Cursors
reedas 5:f62a9e4a499a 21 * Antialiasing
reedas 5:f62a9e4a499a 22 * Language Support
reedas 5:f62a9e4a499a 23 * Multi-codepages support
reedas 5:f62a9e4a499a 24 * Unicode support
reedas 5:f62a9e4a499a 25 * Right-to-left and bidirectional text support
reedas 5:f62a9e4a499a 26 * Display Drivers
reedas 5:f62a9e4a499a 27 * BitPlains
reedas 5:f62a9e4a499a 28 * CompactColor_16
reedas 5:f62a9e4a499a 29 * FlexColor
reedas 5:f62a9e4a499a 30 * Lin
reedas 5:f62a9e4a499a 31 * SPage
reedas 5:f62a9e4a499a 32 * Template
reedas 5:f62a9e4a499a 33
reedas 5:f62a9e4a499a 34 ### Quick Start
reedas 5:f62a9e4a499a 35 Refer to [emWin Overview page](https://cypresssemiconductorco.github.io/middleware-emwin/emwin_overview/html/index.html) for instructions on how to set up and configure the emWin library.
reedas 5:f62a9e4a499a 36
reedas 5:f62a9e4a499a 37 ### More information
reedas 5:f62a9e4a499a 38 The following resources contain related information:
reedas 5:f62a9e4a499a 39 * [Cypress](http://www.cypress.com)
reedas 5:f62a9e4a499a 40 * [ModusToolbox](https://www.cypress.com/products/modustoolbox-software-environment)
reedas 5:f62a9e4a499a 41 * [emWin overview](https://cypresssemiconductorco.github.io/middleware-emwin/emwin_overview/html/index.html)
reedas 5:f62a9e4a499a 42 * [emWin User and Reference Manual](./docs/UM03001_emWin5.pdf)
reedas 5:f62a9e4a499a 43 * [SEGGER emWin web page](https://www.segger.com/products/user-interface/emwin/)
reedas 5:f62a9e4a499a 44 * [PSoC 6 Technical Reference Manuals](https://www.cypress.com/search/all?f%5B0%5D=meta_type%3Atechnical_documents&f%5B1%5D=resource_meta_type%3A583&f%5B2%5D=field_related_products%3A114026)
reedas 5:f62a9e4a499a 45 * [PSoC 6 Programmable System-on-Chip datasheets](https://www.cypress.com/search/all?f%5B0%5D=meta_type%3Atechnical_documents&f%5B1%5D=field_related_products%3A114026&f%5B2%5D=resource_meta_type%3A575)
reedas 5:f62a9e4a499a 46 * [Release Notes](./RELEASE.md)
reedas 5:f62a9e4a499a 47
reedas 5:f62a9e4a499a 48 ---
reedas 5:f62a9e4a499a 49 © Cypress Semiconductor Corporation, 2019.