polo-g40
Full Member level 2
de-dp14211 - Sure-electronics-demoboard sample code available (upon request... ) Rebuked
Nothing amazing yet, 1st project will be a two-chanel audio-osciloscope... I've worked out the HTC chip addressing and memory arrangements for the separate colours. There are 4 "chips" per panel, and each chip has Red 0-15bytes, and Green 16-31.
I have written a nice driverboard setup for my 4xsingle color 8x32 panels to take characters from USB serial (and a few 'esc'- controls like esc-c (VT52 ClearScreen) and esc-L to set the line number and esc-F to set the fontsize. (I've had displaying Access database data) Hopefully this project will be an easy conversion to multi-color because there is only need to remember the 'char' of the characters to be displayed, rendering them as graphics from a const char[] font definition only when the text changes.. We really are too low on processor resources for any of the frame-buffering (ram space hungry) and graphical effects code, too much for the little 16f723. Each 16x32 panel has 4x32bytes to look after to store that in ram..
Sample code as ever...
NEAL
Nothing amazing yet, 1st project will be a two-chanel audio-osciloscope... I've worked out the HTC chip addressing and memory arrangements for the separate colours. There are 4 "chips" per panel, and each chip has Red 0-15bytes, and Green 16-31.
I have written a nice driverboard setup for my 4xsingle color 8x32 panels to take characters from USB serial (and a few 'esc'- controls like esc-c (VT52 ClearScreen) and esc-L to set the line number and esc-F to set the fontsize. (I've had displaying Access database data) Hopefully this project will be an easy conversion to multi-color because there is only need to remember the 'char' of the characters to be displayed, rendering them as graphics from a const char[] font definition only when the text changes.. We really are too low on processor resources for any of the frame-buffering (ram space hungry) and graphical effects code, too much for the little 16f723. Each 16x32 panel has 4x32bytes to look after to store that in ram..
Sample code as ever...
NEAL
Last edited: