altos/draw: Add logo
[fw/altos] / src / draw / ao_draw.h
index 8d487a9975e57658ae0a602e0958a401c55a5035..fbbc61c419cc909653c149ad7aaf92c2b707154a 100644 (file)
@@ -107,6 +107,12 @@ ao_text(const struct ao_bitmap     *dst,
        uint32_t                fill,
        uint8_t                 rop);
 
+void
+ao_logo(const struct ao_bitmap *dst,
+       const struct ao_font    *font,
+       uint32_t                fill,
+       uint8_t                 rop);
+
 extern const struct ao_font FrutigerLT_Roman_50_font;
 
 #define AO_SHIFT       5