[フレーム]
Keil Studio Cloud

Important update: Arm Announces End of Life Timeline for Mbed. This site will be archived in July 2026. Read the full announcement.

Users » chris » Code » app-board-LCD » Documentation
Chris Styles / Mbed 2 deprecated app-board-LCD

Important changes to repositories hosted on mbed.com

Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.

To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.

It is also possible to export all your personal repositories from the account settings page.

Dependencies: C12832 mbed

Fork of lab1 by Peter Drescher

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 #include "mbed.h"
00002 #include "C12832.h"
00003 
00004 
00005 C12832 lcd(p5, p7, p6, p8, p11);
00006 
00007 int main()
00008 {
00009  int j=0;
00010  lcd.cls();
00011  lcd.locate(0,3);
00012  lcd.printf("mbed application board!");
00013 
00014  while(true) { // this is the third thread
00015  lcd.locate(0,15);
00016  lcd.printf("Counting : %d",j);
00017  j++;
00018  wait(1.0);
00019  }
00020 }

Generated on Tue Jul 12 2022 12:10:49 by doxygen 1.7.2
Repository toolbox
Repository details
Type: Program
Mbed OS support: Mbed 2 deprecated
Created: 26 Oct 2012
Imports: 7680
Forks: 9
Commits: 4
Dependents: 0
Dependencies: 2
Followers: 3

This repository is Public (Unlisted).

The code in this repository is MIT licensed.

Components
128x32 LCD mbed Application Board
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.

Access Warning

You do not have the correct permissions to perform this operation.

×

AltStyle によって変換されたページ (->オリジナル) /