TinyBasicPlus_OLED_support icon indicating copy to clipboard operation
TinyBasicPlus_OLED_support copied to clipboard

No issues just some questions

Open Artistblock307 opened this issue 10 years ago • 1 comments

Hi. I've been trying to to fork Bitlasholed(https://github.com/Artistblock307/TinyBasicPlus_OLED_support/commit/1a59db0213e026e8f61764de40284f4d5751a27f) to use TVout instead of a ssd1306 lcd. And I've replaced most of the functions or at least I tried to. I could use your help with the replacing some of the code (no one the fourms could help me) and there seems to be no documentation on some of the functions. I'm having the most problems with "doFrame","printmsg","outchar", and "setOutputHander". I got the Tvout functions from this site: https://code.google.com/p/arduino-tvout/wiki/FDcomplete but none of them look like they can fit. I have no Idea how you managed it the first time.

I could really use your help.

Artistblock307 avatar Aug 11 '15 06:08 Artistblock307

Hello,

Mostly, doFrame, printmsg and outchar are frame-buffer related function. In the case of TVout, I am not sure but we don't need to prepare frame buffer as graphic LCD and OLED. Indeed, the following project, https://hackaday.io/project/1260-single-chip-avr-basic-computer realizes TVout in TinyBasicPlus and will provide how to use it in text mode. Thank you for your interest!

kodera2t avatar Aug 16 '15 06:08 kodera2t