PENGUIN ROBOT Lucky 6 Display Flurry - the Code
Lucky 6 Display Flurry
is a collection of six useful programs
all involving Penguin Robot's segment display.
humanoido
penguin_display_demo.bpx
This code will silently display all possible characters on
Penguin's segment display and show the corresponding codes
(0 through 15) on the DEBUG screen.
penguin_highspeed_seg.bpx
See what the display can show.
This code silently displays corresponding Penguin
characters (at high speed) based on codes from 0
through 127 inclusive. The equivalent decimal code
is displayed on the debug screen.
penguin_infinity_timer.bpx
This is Penguin's Infinity timer. It actually counts
ten thousand numbers!
It silently counts 1 to 9 then 0 and repeats a thousand times.
The time in between numeral displays is about one second.
penguin_segment_dog.bpx
Run this code, observe and explain the results.
The code actually displays a single special graphics character
and then freezes it on the screen. The main program has only one
line, with one declaration.
penguin_silent_timer.bpx
Penguin 60 Second Timer with 7-segment Display
(no sound) counts 1 to 9, then 0, and repeats six times,
then shuts off. The time in between numbers displayed is about
one second.
penguin_tiny_display.bpx
Display all possibilities and shut off
Only 5 lines code.
is a collection of six useful programs
all involving Penguin Robot's segment display.
humanoido
penguin_display_demo.bpx
This code will silently display all possible characters on
Penguin's segment display and show the corresponding codes
(0 through 15) on the DEBUG screen.
penguin_highspeed_seg.bpx
See what the display can show.
This code silently displays corresponding Penguin
characters (at high speed) based on codes from 0
through 127 inclusive. The equivalent decimal code
is displayed on the debug screen.
penguin_infinity_timer.bpx
This is Penguin's Infinity timer. It actually counts
ten thousand numbers!
It silently counts 1 to 9 then 0 and repeats a thousand times.
The time in between numeral displays is about one second.
penguin_segment_dog.bpx
Run this code, observe and explain the results.
The code actually displays a single special graphics character
and then freezes it on the screen. The main program has only one
line, with one declaration.
penguin_silent_timer.bpx
Penguin 60 Second Timer with 7-segment Display
(no sound) counts 1 to 9, then 0, and repeats six times,
then shuts off. The time in between numbers displayed is about
one second.
penguin_tiny_display.bpx
Display all possibilities and shut off
Only 5 lines code.