pimoroni-pico/libraries/pico_scroll/pico_scroll_font.hpp

5 lines
131 B
C++

#pragma once
// external font API
int render_text(const char *text, unsigned int nchr, unsigned char *buffer, unsigned int nbfr);