So would an HD44780 compatible VFD take up less space than a backlit LCD?
On Friday, 21 November 2014, 12:35, "Daniel Forró danforcz@yahoo.com [oberheim]" <oberheim@yahoogroups.com> wrote:
Maybe it's not necessary to interface to T6963 (and compatible) standard, that's for graphic displays.
For Matrix 6 character display would be enough good, this is HD44780 standard...
Daniel Forro
On 21 Nov, 2014, at 8:31 PM, Martin Ator cyllall@... [oberheim] wrote:
I would concentrate on the adapter board itself first and allow the end user to decide on the LCD arrangement. There are other synths with similar requirements for a new display like MKS-70 I think?
Make a board that converts the Matrix 6 display format to something like T6963C for instance (if this is how you were thinking abut doing it) then you may find that some of the work (one half) has already been done. As an example I found this....but I have no idea how to do anything like this myself.
Interfacing Toshiba T6963C LCD to Atmel AVR microcontroller
| |
| | | | | | | |
| Interfacing Toshiba T6963C LCD to Atmel AVR microcont...#include <avr/io.h> #include "T6963C.h" #include "graphic.h" int main(void) { GLCD_Initalize(); // Initalize LCD GLCD_ClearText(); // Clear text area GLC... |
| |
| View on en.radzio.dxp.pl | Preview by Yahoo |
| |
| |Message
Re: [oberheim] Re: Matrix-6 display issues?
2014-11-21 by Martin Ator
Attachments
- No local attachments were found for this message.