TV Output Composite/RCA: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoTVOutputComposite.png == Summary == TV output module for composite/RCA connections. Supports drawing graphics, text, and playing tones with optional PAL video format. == Description == The TV Output Composite/RCA module allows microcontrollers to output video signals to a standard TV via RCA connection. It supports graphical operations such as drawing bitmaps, shapes, pixels, and scenes, as well as text rendering and sound output through a conne..."
 
(No difference)

Latest revision as of 10:08, 4 September 2025

File:TArduinoTVOutputComposite.png

Summary

TV output module for composite/RCA connections. Supports drawing graphics, text, and playing tones with optional PAL video format.

Description

The TV Output Composite/RCA module allows microcontrollers to output video signals to a standard TV via RCA connection. It supports graphical operations such as drawing bitmaps, shapes, pixels, and scenes, as well as text rendering and sound output through a connected speaker. The module can operate in PAL or NTSC mode.

Diagram:

Categories

Properties

  • Elements – Configurable actions:
 * Draw Bitmap  
 * Fill Screen  
 * Draw Rectangle  
 * Draw Circle  
 * Draw Pixel  
 * Draw Scene  
 * Check Pixel  
 * Set Cursor  
 * Draw Line  
 * Shift Screen  
 * Print Text  
 * Text At  
 * Play Tone  
  • Enabled – Enables or disables the TV output module.
  • Is PAL – Boolean option to use PAL video format (default NTSC if false).

Pins

Output Pins

  • Sync – Digital sync signal output.
  • Video – Digital composite video output.
  • Audio – Digital audio output.