Menu

FDbegins

Anonymous

Details

This Function will start generating a video signal using the specified standard(NTSC or PAL).

Use

begin(mode,x,y)

  • Arguments:
    • uint8_t mode:
    • The video standard to follow:
      • PAL =1 =_PAL
      • NTSC =0 =_NTSC
    • uint8_t x:
    • Horizontal resolution, this must be a multiple of 8.
    • uint8_t y:
    • Vertical resolution.
  • Returns:
    • char Error Code:
    • 0 if no error.
    • 1 if x is not a multiple of 8.
    • 2 if y is to large (NTSC only, 8bit vertical resolutions cannot be to large for PAL)
    • 4 if there is not enough memory for the frame buffer.

Related

Wiki: FDSetup
Wiki: FDcomplete
Wiki: TableOfContents
Wiki: Update

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.