kodera2t / TinyBasicPlus_OLED_support

SSD1306 compatible OLED/LCD (128x64 dots) support is added, using Adafruit_GFX lib. Frame buffer for 21x8 characters is added for text display on graphic OLED/LCD.
20 stars 4 forks source link

No issues just some questions #2

Open Artistblock307 opened 9 years ago

Artistblock307 commented 9 years ago

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.

kodera2t commented 9 years ago

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!