biza 0 Posted April 1, 2019 Share Posted April 1, 2019 Hello fellows, I need some help, i have get a code http://store.43oh.com/download/uploads/TheTerminal-OLEDDisplay/code/GWDeveloper-OLED_MSP430_USCI.zip. Now I have made some changes and I get the code working correctly, This display shows 4 lines of 8 pixels each, the code is implemented to work with a 6x8 font that is displayed correctly. I need to run a larger font, can anyone help me to rewrite the source code correctly that allows me to view a larger font correctly. Quote Link to post Share on other sites
terjeio 134 Posted April 2, 2019 Share Posted April 2, 2019 I have added support for the H. Reddmann font format to some LCD and OLED drivers, font files are easy to create from TrueType fonts. IIRC enabling H. Reddmann font support for the monochrome OLEDs requires enough memory for allocation of a frame buffer, thus limiting the range of usable MSP430 variants. Quote Link to post Share on other sites
biza 0 Posted April 2, 2019 Author Share Posted April 2, 2019 thank you Terjeio, you saved my life, I've been trying to implement this for a long time. My idea is to implement only a larger font to be able to display numbers, for the operate a clock, can you help me to simplify, I think my problem is only in loading the fonts, your code .does a lot, I need something minimalist to show a clock, let me share my code code_b.zip Quote Link to post Share on other sites
terjeio 134 Posted April 5, 2019 Share Posted April 5, 2019 @biza : You mean you do not have room for all the glyphs in a large font? The Reddman font generator is nice in that respect as you can select which glyphs to generate, eg. only the numerals. I have done that in one of my projects, I had to adjust their width though - to make them monospaced. Quote Link to post Share on other sites
biza 0 Posted April 5, 2019 Author Share Posted April 5, 2019 Can you help me , I am a newbie Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.