Skip to content

Commit 9ec1d4c

Browse files
author
jfpoilpret
committed
Add new nokia examples to make.
1 parent 257729c commit 9ec1d4c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: make/Makefile-Examples.mk

+3-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ EXAMPLES_ARDUINO_UNO= complete/Conway \
9090
rfid/grove_wiegand1 \
9191
rfid/grove_wiegand2 \
9292
spi/Nokia5110_1 \
93-
spi/Nokia5110_2
93+
spi/Nokia5110_2 \
94+
spi/Nokia5110_3 \
95+
spi/Nokia5110_4
9496

9597
EXAMPLES_BREADBOARD_ATMEGAXX4P= int/ExternalInterrupt3 \
9698
analog/AnalogComparator1 \

Diff for: make/examples-list.txt

+2
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ tones6 Tone player from Flash, playing 2 channels asynchronously from RTT events
124124
tones7 Tone player from Flash, playing asynchronously from RTT events (QTonePlay)
125125
Nokia5110_1 Display example of all drawing primitives on a Nokia5110 display
126126
Nokia5110_2 Display example of all drawing primitives errors on a Nokia5110 display
127+
Nokia5110_3 Display example of font capabilities on a Nokia5110 display
128+
Nokia5110_4 Display example of default font on a Nokia5110 display
127129
PCIFuture Example of Future concept usage with PCI ISR
128130
improved_futures Example of FuturesGroup & status listener
129131
improved_futures2 Example of output content listener

0 commit comments

Comments
 (0)