Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. Ok, then you need to add a condition to ultralcd_st7920_u8glib_rrd.h
  2. locate line 56 and make sure it reads:
  3.  
  4. #elif MB(MINIRAMBO) || MB(EINSY_RAMBO)
  5. Since my board is an MKS Gen (v1.4), I added it to the end of this line, so it reads:
  6.  
  7. #elif MB(MINIRAMBO) || MB(EINSY_RAMBO) || MB(MKS_GEN_13)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement