图形

Segger emWin 5.20 documentation

Wouter的头像
预览附件尺寸
UM03001_emWin5.pdf10.52 MB(兆)
文件信息
文件版本: 
V5.20
恩智浦验证: 

emWin Graphic Library with Graphical User Interface
User & Reference Guide
Document: UM03001
Software version: 5.20
Document revision: 2
Date: March 8, 2013

How can I change the orientation (landscape/portrait) of a SWIM project?

Wouter的头像

SWIM only works in the native display’s memory format and won’t write in landscape format on a portrait frame buffer configuration.

However, as a workaround, you can generate a dummy frame buffer in landscape format and use SWIM to write to that and then occasionally copy that buffer to the real portrait frame buffer, reorganizing the pixels in the copy. This won’t be fast, but it will allow evaluation of SWIM in landscape mode.

Something like this:

uint16_t dummy_fb[320][240];
uint16_t real_fb[240][ 320];
LCD->CURRFB = real_fb;

/* Setup SWIM with dummy_fb */

E14 LPC4357-EVB modified emWin example

Wouter的头像
预览附件尺寸
LPC4357-EVB emWin.rar1.96 MB(兆)
文件信息
文件版本: 
V1.1
恩智浦验证: 

AN11315: Virtual screen implementation using emWin

文件信息
文件版本: 
Rev 1
恩智浦验证: 

This document describes the virtual-screen feature of Segger’s emWin graphics library and how to implement this feature. It also demonstrates how external Quad SPI Flash memory is used to store image using LPC4088’s SPIFI peripheral.

emWin图形库图形用户界面手册(简体中文)

LPC微控制器的头像
预览附件尺寸
emWin5_UM_Simp_Chinese.pdf9.54 MB(兆)
文件信息
文件版本: 
Rev. 5.1.2
恩智浦验证: 

emWin图形库图形用户界面手册 简体中文版

本指南介绍如何安装、配置和使用用于嵌入式应用程序的emWin图形用户界面,还将说明软件的内部结构。

Segger emWin 5.18 documentation

mc的头像
预览附件尺寸
UM03001_emWin5.pdf10.36 MB(兆)
文件信息
文件版本: 
V5.18
恩智浦验证: 

emWin Graphic Library with Graphical User Interface
User & Reference Guide
Document: UM03001
Software version: 5.18
Document revision: 0
Date: September 20, 2012

Segger emWin 5.18 Libraries for NXP MCUs

mc的头像
预览附件尺寸
NXP_emWin518_libraries_V100.zip29.61 MB(兆)
NXP_emWin518_libraries_V101.zip30.47 MB(兆)
文件信息
文件版本: 
V101
恩智浦验证: 

Updates since v100 (release v101)
================================================
Support added for PNG image
--------------------------------------------
These emWin library files were built using:

1) arm-none-eabi-gcc gcc version 5.0.10 (Red Suite 2010Q4 by Code Red).

2) IAR ANSI C/C++ Compiler V6.50.1.4446/W32 for ARM
Copyright 1999-2012 IAR Systems AB..

3) ARM C/C++ Compiler, 5.02 [Build 28] [MDK-ARM Standard]

4) Visual Studio 2010 Express edition

There is one set of library files for each of the 5 ARM cores and one for the x86 core.

lpc11u-ucr-demo

USB Contactless/Contact Smart Card Reader (UCR) Block Diagram

Introduction

This project demonstrates the use of NXP USB enabled ARM Cortex-M0 microcontroller and NXP contact/contactless smart card reader IC to develop a portable USB CCID Contactless Smart Card Reader (UCR) with an option to add a SAM module for secure transaction. The demo supports MIFARE Classic and MIFARE Ultralight smart cards.

Demo Video

 

 

LPC4088 POS Demo - Getting Started - Compile

Wouter的头像

LPC4088 POS Demo - Compiling the software & flashing the board

After connecting the three boards together, it's time to compile the software and flash it onto the board. To do so, please follow below steps.

1) Download the software.

2) Unzip the software.

LPC4088 POS Demo - Getting Started - Connect

Wouter的头像

LPC4088 POS Demo - Connecting the boards together

In order to use the demo, the three boards (Embedded Artists Base Board, LPC4088 OEM module, CLRC663 Blueboard) must be connected together.
同步内容
feedback