arduino-tvout icon indicating copy to clipboard operation
arduino-tvout copied to clipboard

Arduino-TVout

Results 20 arduino-tvout issues
Sort by recently updated
recently updated
newest added

how can I increase font dimension more than 8x8? I have a small crt screen and I want use to display temperature value with a DHT11 The crt is really...

Hello there, I am trying to implement a nvr system with OSD (which will be the arduino uno output). But NVR board only accepts 960H(960x480 (NTSC) / 960x576 (PAL)) resolution...

Greetings. I have been using TV-Out library very well for my prototype model and very thank you for making a useful library. but, I have little problem. first, you can...

Pollserial is returning invalid data every 65th byte. It seems like the logic is not wrapping the tail around correctly when the end of the buffer is reached: https://github.com/Avamander/arduino-tvout/blob/74e6853fbb45dc0ec7cd3cb22eced14673d739da/pollserial/pollserial.cpp#L119-L122 This...

Is it posible to watch the inverted picture as mirror?

enhancement
help wanted

I try to let TVout use SpiRAM, but I met an issue here: ```asm : [port] "i" (_SFR_IO_ADDR(PORT_VID)), "x" (display.screen), "y" (renderLine), [hres] "d" (display.hres) : "r16" // try to...

In font files, i found this: ```cpp //[ 0b11000000, 0b10000000, 0b10000000, 0b10000000, 0b11000000, 0b00000000, 0, //for the life of me I have no idea why this is needed.... //\ 0b10000000,...

hello, I'm having some issues related with the use of TVout. In few words: I have a working environment, with a working composite output. I simply add a line of...

Arduino: 1.8.19 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)" In file included from C:\Users\Workshop\Documents\Arduino\libraries\TVout\examples\NTSCserialTerm\NTSCserialTerm.pde:2:0: C:\Users\Workshop\Documents\Arduino\libraries\pollserial/pollserial.h:46:16: error: conflicting return type specified for 'virtual void pollserial::write(uint8_t)' virtual void...