File:  [DVB] / margi2 / testsuite / osdtest.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Dec 3 22:41:15 2000 UTC (23 years, 6 months ago) by cvs
Branches: MAIN, CIM
CVS tags: margi043, HEAD
initial public CVS release 


#include "osdwrap.h"

int main() {
  if (OSDInit("/dev/margi")!=NULL) {
    OSDOpen(0,0,702,576,8,10);
    OSDShow();
    OSDSetColor(0,0,0,0,0);
    OSDSetColor(1,0,0,0,255);
    OSDSetColor(2,255,255,255,255);
    OSDFillBlock(100,100,200,200,2);

    printf("\n\nPress <Return> to continue...\n");
    getc(stdin);
    OSDHide();
    OSDExit();
  }
  return 0;
}




LinuxTV legacy CVS <linuxtv.org/cvs>