Has anyone tried to improve the fonts on the adafruit library to include bigger or different font types?
I guess it has to do with this code
// a 5x7 font table
extern uint8_t PROGMEM...
Type: Posts; User: Dean
Has anyone tried to improve the fonts on the adafruit library to include bigger or different font types?
I guess it has to do with this code
// a 5x7 font table
extern uint8_t PROGMEM...
for those who may be interested, i have resolved this issue, I found a new Max31855 library and modified it to work with hardware spi
/*
RJM_MAX31855.cpp - Library for reading temperature...
oled is mosi, probe is Miso
also when i put an oscilloscope on the CS/SS pins the screen goes low for say 5ms but the probe is like 1ms
Hello all, so I am already using the nick gammon hardware version of the oled library, i am trying to convert the probe version as well to hardware as the teensy has so many spi pins, but i am pretty...
So this code seems to be turning the screen off
// turn SPI hardware off
SPI.end ();
its in the thermocouple library, but when its commented out, I get no data from the probe
Hello,
I am trying to design a temperature probe circuit and display the results on an OLED screen, But I am having a problem with getting both the screen and probes working together, I have had...
Next on the list,
How to get the buttons to work as interrupts?
and add a better way of displaying output notice i.e display.print("DISPLAY2 Selected");
So I have managed to solve this myself, anyone else who is looking for basic code for a menu for a OLED here it is
/*
OLED Menu System
Created by Dean, 10th October 2013.
Menu...
Hi,
Can anyone offer any advice on any libraries out there I can use to implement a multi level menu system for an OLED screen, I would like to use 5 buttons, left, right, up, down and enter for...