#!/bin/sh

OLDDEPTH=`fbset | grep geometry | awk '{ print $6 }'`

fbset -depth 16
op_runfbapp op_test_inputs_bin

fbset -depth $OLDDEPTH
