#include "pxt.h"

namespace lcd {
    //%
    void __write8(int value, bool char_mode) {
        // sim only
    }    
}
