- Global SDCONN_import_PP (int directIO, int hport)
- has not been used so far, unsafe
- Global serdisp_feature (serdisp_t *dd, int feature, int value)
- superseded by serdisp_setoption()
- Global serdisp_getcolour (serdisp_t *dd, int x, int y)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_getsdcol() should be used instead.
- Global serdisp_getgrey (serdisp_t *dd, int x, int y)
- Old naming scheme for architecture dependent colour functions.
serdisp_getsdgrey() should be used instead.
- Global serdisp_getpixel (serdisp_t *dd, int x, int y)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_getsdpixel() should be used instead.
- Global serdisp_lookupcolour (serdisp_t *dd, long colour)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_lookupsdcol() should be used instead.
- Global serdisp_lookupgrey (serdisp_t *dd, long colour)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_lookupsdgrey() should be used instead.
- Global serdisp_setcolour (serdisp_t *dd, int x, int y, long colour)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_setsdcol() should be used instead.
- Global serdisp_setgrey (serdisp_t *dd, int x, int y, byte grey)
- Old naming scheme for architecture dependent colour functions.
serdisp_setsdgrey() should be used instead.
- Global serdisp_setpixel (serdisp_t *dd, int x, int y, long colour)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_setsdpixel() should be used instead.
- Global serdisp_setpixels (serdisp_t *dd, int x, int y, int w, int h, byte *data)
- this function only works with dephts <= 8 and will be replaced through better functions
- Global serdisp_transcolour (serdisp_t *dd, long colour)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_transsdcol() should be used instead.
- Global serdisp_transgrey (serdisp_t *dd, byte greyvalue)
- The byte size of colour is architecture dependent.
Architecture independent function serdisp_transsdgrey() should be used instead.