Re: DIY Tiny OLED I2C full graphics controller
I just received one the these new 32-bit boards from Bigtreetech, the BTT SKR V1.4 based on the LPC1768 ARM32-bit processor. This board runs well with Marlin2, I use version 2.0.5.3 downloaded from...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
@enif: You don't need to add these lines: Quoteenif + #define NEWPANEL + #define ULTRA_LCD + #define DOGLCD as U8GLIB_SSD1306 will define ULTRA_LCD & DOGLCD; and ULTIPANEL will define ULTRA_LCD...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Hi guys, I'm trying to connect my TinyOLED v1.0 to my MKS Base 1.4 with Marlin 2.0. I'm not sure which oled controller to enable as well as connecting the pins from the board to the MKS Base 1.4. Here...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
This week I finally got the BTT SKR V1.3 board, which I ordered a loooong time ago. It's very similar to the V1.4 board, but -unfortunately!- the SCL and SDA signals are not available on a dedicated...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Quoteflow First try failed to connect SCL and SDA to pin D20 and D21 with VCC and GND in AUX3 as well. May be you mixed up the two signals? If I am not mistaken, D20 should be connected to SDA and D21...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Hallo I have an issue in marlin 1.1.9 the patch file doesnt work on marlin 1.1.9 and the lcd does work if you enable #u8glib Ssd1306 but the rotary encoder doesn't go to the menu can someone help with...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
@Evans: Strange... I also use Marlin 1.1.9 and the rotary encoder works without problems. When you rotate the encoder, does this change the flow percentage? Could you give us some more information on...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
I didn't add the patch cause there was no dogm_lcd_implementation. h file in marlin 1.1.9 I tried adding it to the ULTRALCD_IMPL_DOGM. h file but it would bring up alot of compilation errors and when...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
@Evans: Ooops - from your reply I gather that you must be referring to the initial patch in the very first message of this (old) thread. Please try the modifications I posted in September 2018...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Quoteenif @ Johetan: When trying to make my Tiny OLED work under Marlin 2.0.5.3 with the BigTreeTech BTT SKR V1.4, I ran into the same problem as you with that shifted display. I also tried all kind...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Well, here's mine. I *think* I managed to fix it by adding a 4.7kohm resistor to both SDA and SCL to VCC.. at least, the issue has not returned since. [attachment 116392 IMG_20200811_182107.jpg] Edit:...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Hi, I'm experiencing weird issues with OLED displays on a brand new SKR 1.4 Turbo. I tested with two OLEDs (0.96 and 1.3) and a rotary encoder. These parts are known good. I played a lot with them,...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Issues (vertical shifting and crashing) are solved on my side by slowing down I2C to 100kHz instead of 400kHz (default in u8glib). Just remove the option U8G_I2C_OPT_FAST (where ? depends on the...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Over the weekend i cobbled my own controller with an sh1106 1.3" display based on diagrams and information here. Will be using it with an skr 1.3 I'm using marlin 2.0.7.2 and noted the...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Oh i see. In the appropriate section of ultralcd_DOGM.h, change "#define U8G_PARAM (U8G_I2C_OPT_NONE | U8G_I2C_OPT_FAST)" to #define U8G_PARAM (U8G_I2C_OPT_NONE)"
View ArticleRe: DIY Tiny OLED I2C full graphics controller
FYI, my SKR 1.4 crashes randomly without U8G_I2C_OPT_FAST and of course shifts the display with it. This turns out to be a known issue in marlin with no resolution in sight. [github.com]
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Hello. help me please. I have assembled the display and am unable to apply the patch to my configuration. Here is my machine configuration. Thanks
View ArticleRe: DIY Tiny OLED I2C full graphics controller
QuoteOSSSA Hello. help me please. I have assembled the display and am unable to apply the patch to my configuration. Here is my machine configuration. Thanks Good grief. Why are you using marlin 1.x...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
QuoteOSSSA Hello. help me please. I have assembled the display and am unable to apply the patch to my configuration. Here is my machine configuration. Thanks I don't know what patch you applied and to...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Has anyone tried this on a Creality 4.2.2 board that comes by default on the new Ender3s? I've messed up the lcd trying to explore a color change, and this looks like a great option to build. EDIT I...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Quoteproperlypurple Has anyone tried this on a Creality 4.2.2 board that comes by default on the new Ender3s? I've messed up the lcd trying to explore a color change, and this looks like a great...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
QuoteTimpanogos Slim Quoteproperlypurple Has anyone tried this on a Creality 4.2.2 board that comes by default on the new Ender3s? I've messed up the lcd trying to explore a color change, and this...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Hello, I want to apply OLED screen to my ramps 1.4, but the code structure of marlin 2.0 firmware is too different from that of V1. Although I can implement it on Marlin 1.1.9, it is always wrong in...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Quotecxp297 Hello, I want to apply OLED screen to my ramps 1.4, but the code structure of marlin 2.0 firmware is too different from that of V1. Although I can implement it on Marlin 1.1.9, it is...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Now I have modified marlin. The machine will crash and restart when printing with OLED screen, but it can be used normally when connected to the upper computer. Have you encountered it
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Greetings to all makers MARLIN 2.1.2.1 I have a problem I hope you can help me, I am installing a tinyboy2 but I can not get it to work, with the statement in Configuration.h "#define...
View ArticleRe: DIY Tiny OLED I2C full graphics controller
Configuration.h uncomment the line #define OLED_PANEL_TINYBOY2 #define ENCODER_PULSES_PER_STEP 2 And also: #define ENCODER_NOISE_FILTER #if ENABLED(ENCODER_NOISE_FILTER) #define ENCODER_SAMPLES 10...
View Article