1. Top
This program implements a simple menu selector that utilizes
the display and control on the norns
.
<<norns_menu.c>>=
#include <stddef.h>
#include "graforge.h"
#include "runt.h"
#define MONOLITH_ANSI
#include "janet/janet.h"
#include "monolith.h"
#include "norns.h"
<<norns_typedefs>>
<<norns_structs>>
<<norns_funcdefs>>
<<norns_static_funcdefs>>
<<norns_functions>>
prev | home | next