Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- You'll need to find info on 'dumb' frame buffer displays for Linux. There might be some stuff there for 'console' as well as X displays. Otherwise you need to find a simple bitmap font and do it yourself! Not that difficult provided you don't need to support any/many escape sequences. If the 'console' is likely to be hidden, can be worth saving the raw character stream instead of the bitmap - much faster. --- Quote End --- I would study the key word "dumb". Thank you for your reply.