Code Monkey home page Code Monkey logo

2004_i2c_oled's People

Contributors

jafrado avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

alibasel

2004_i2c_oled's Issues

CGROM Set ROM B?

Hi,

This isn't really an issue, but more of a question that I hope you can answer: I was wondering if you know how to select CGROM Set B in this display? I got the exact same display which works fine, but the characters in ROM B would suit my use better. I kinda expected to set it in lcd_2004_nuttx.c lines 588-595:

/**** CGROM/CGRAM Management ***/
#if 0
ssd13xx_command(priv, 0x72); /* **** Set ROM */
ssd13xx_command(priv, 0x00); /* **** Set ROM A and 8 CGRAM */
#endif
ssd13xx_command(priv, 0xDC); /* **** Set ROM */
ssd13xx_command(priv, 0x00); /* **** Set ROM A and 8 CGRAM */

by setting 0x01 instead of 0x00 in line 595. That's mostly based on the code I found here in this other repository:

https://github.com/n2j7/SSD1311/blob/f830a376dfce0b00d0853a4db7d0c04efd6689c8/SSD1311.cpp#L249-L270

But first setting 0xDC followed by 0x01 doesn't seem to do the trick. I also noticed that the other repository sets 0x72 prior to sending the data (and that's also mentioned in your code, but after an if 0), but setting 0x72 followed by 0x01 also doesn't seem to work...

Any clue how to do this? I'll admit that I only half know what I'm doing here so I may be missing something obvious..
Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.