PROGRAMMING SCHOOL
Programming display AD in Arduino C++
1. PROGRAMMING MANUAL5. CREATING OBJECTS (AD_04.ino)
2. LABYRINTH GAME (AD_07.ino)6. DIGITAL INPUTS (AD_03.ino)
3. METEORS GAME (AD_06.ino)7. TEXT FUNCTIONS (AD_02.ino)
4. DEMO PLATFORM GAME (AD_05.ino)8. DEMO TEXT - NUMBERS (AD_01.ino)

PROGRAMMING MANUAL
Opis_HR.jpg

The first part of the instructions for programming the AD display interface covers the initial steps and all the basic functions (printing text, lines, circles, circles, rectangles, ...). The second part deals with how to use SCROLL functions. The third part contains all the graphical functions that can be used to create different games. The instructions are in PDF format and can be copied via the DOWNLOAD button on the preview (DOWN ARROW), or with EXAMPLES OF THE PROGRAM (plus EXCEL folders) via the link below. SYNTAX FUNCTION IS COMPLETELY IDENTICAL TO THE EXAMPLES IN THE PYTHON programming language for micro: bit AD BW, so you can use the Python programming examples and manual.
( 3 Mb )

LABYRINTH GAME (AD_07.ino)
07.jpg

An example of a static game LABYRINTH in which passing through the DOOR moves from the first to the second "screen", from the second to the third, ...

METEORS GAME (AD_06.ino)
06.jpg

Program example from the manual. Basic version of the METEORS program with all functions. The game is identical to the Python example of prog42.py

DEMO PLATFORM GAME (AD_05.ino)
05.jpg

Complete platform game with two "screens" and all other elements of the game. Identical to Python example prog40.py.

CREATING OBJECTS (AD_04.ino)
04.jpg

Creating and displaying horizontal and vertical objects in defining game content.

DIGITAL INPUTS (AD_03.ino)
03.jpg

Reading and displaying the values of digital inputs A1 - A3 via the GET function.

TEXT FUNCTIONS (AD_02.ino)
02.jpg

The demo program shows the functions that work with printing and text control. The functions of printing text of different sizes in standard and graphic mode are shown. Standard mode uses text screen resolution (14x6) and graphical graphic resolution (84x48). In addition to printing, text manipulation functions are displayed.

DEMO TEXT - NUMBERS (AD_01.ino)
01.jpg

Large format text printing. Example of a counter that counts down seconds.