Move DrawTextLowlevel() routine from draw.c into the HID_DRAW API
commit051059e814782d661ec6ac568215345f506afe21
authorPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 24 Nov 2012 13:38:22 +0000 (24 13:38 +0000)
committerPeter Clifton <peter@clifton-electronics.co.uk>
Sat, 24 Nov 2012 18:58:09 +0000 (24 18:58 +0000)
treea85dded07d14eb4cc495f0a20c1c94ebac835237
parent7f12414c3041c667d8b60612fcc9cd6e2972e9c4
Move DrawTextLowlevel() routine from draw.c into the HID_DRAW API

The API is now called draw_pcb_text, and the default implementation
resides in hid/common/draw_helpers.c
src/draw.c
src/draw.h
src/hid/common/draw_helpers.c
src/hid_draw.h
src/print.c