Monochrome display sample with MIP8F_SPI(ver 2.0).

Dependencies:   MIP8F_SPI mbed

Fork of MIP8f_FRDM_MonochromeDisplay_sample by JapanDisplayInc

Introduction

This Sample code is monochrome display version . Monocrome display is 1bit transfer and high speed refresh mode. A only Green subpixel of bitmap data is transfered.

Other information , please refer to https://os.mbed.com/teams/JapanDisplayInc/code/MIP8f_FRDM_sample/

Usage

refer to Usage on https://os.mbed.com/teams/JapanDisplayInc/code/MIP8f_FRDM_sample/

  • you can use same sample color images

Monochrome diaplay Sample Code (.bin)

/media/uploads/JDI_Mbed_Team/mip8f_frdm_monochromedisplay_sample.k64f.bin

  • MIP8f_FRDM_MonochromeDisplay_sample
Committer:
JDI_Mbed_Team
Date:
Mon Oct 22 05:01:34 2018 +0000
Revision:
4:96294c83e58f
Parent:
0:33fe30a2b785
Monochrome display sample with MIP8F_SPI(ver 2.0).

Who changed what in which revision?

UserRevisionLine numberNew contents of line
JDI_Mbed_Team 0:33fe30a2b785 1 /*
JDI_Mbed_Team 0:33fe30a2b785 2 * mbed SDK
JDI_Mbed_Team 0:33fe30a2b785 3 * Copyright (c) 2017 ARM Limited
JDI_Mbed_Team 0:33fe30a2b785 4 *
JDI_Mbed_Team 0:33fe30a2b785 5 * Licensed under the Apache License, Version 2.0 (the "License");
JDI_Mbed_Team 0:33fe30a2b785 6 * you may not use this file except in compliance with the License.
JDI_Mbed_Team 0:33fe30a2b785 7 * You may obtain a copy of the License at
JDI_Mbed_Team 0:33fe30a2b785 8 *
JDI_Mbed_Team 0:33fe30a2b785 9 * http://www.apache.org/licenses/LICENSE-2.0
JDI_Mbed_Team 0:33fe30a2b785 10 *
JDI_Mbed_Team 0:33fe30a2b785 11 * Unless required by applicable law or agreed to in writing, software
JDI_Mbed_Team 0:33fe30a2b785 12 * distributed under the License is distributed on an "AS IS" BASIS,
JDI_Mbed_Team 0:33fe30a2b785 13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
JDI_Mbed_Team 0:33fe30a2b785 14 * See the License for the specific language governing permissions and
JDI_Mbed_Team 0:33fe30a2b785 15 * limitations under the License.
JDI_Mbed_Team 0:33fe30a2b785 16 */
JDI_Mbed_Team 0:33fe30a2b785 17
JDI_Mbed_Team 0:33fe30a2b785 18 // Automatically generated configuration file.
JDI_Mbed_Team 0:33fe30a2b785 19 // DO NOT EDIT, content will be overwritten.
JDI_Mbed_Team 0:33fe30a2b785 20
JDI_Mbed_Team 0:33fe30a2b785 21 #ifndef __MBED_CONFIG_DATA__
JDI_Mbed_Team 0:33fe30a2b785 22 #define __MBED_CONFIG_DATA__
JDI_Mbed_Team 0:33fe30a2b785 23
JDI_Mbed_Team 0:33fe30a2b785 24
JDI_Mbed_Team 0:33fe30a2b785 25 #endif
JDI_Mbed_Team 0:33fe30a2b785 26