SSD1306 Inverse screen example?


Closed Thread
Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,184


    Did you find this post helpful? Yes | No

    Default Re: SSD1306 Inverse screen example?

    Quote Originally Posted by wjsmarine View Post
    Hi All,

    I see Richard's Include posts thread has been closed...
    Hi Bill.

    Please post the link of the thread you see as closed.

    Ioannis

  2. #2
    Join Date
    May 2013
    Location
    australia
    Posts
    2,728


    Did you find this post helpful? Yes | No

    Default Re: SSD1306 Inverse screen example?

    Please post the link of the thread you see as closed.
    i see it too as closed

    https://www.picbasic.co.uk/forum/sho...CLUDE-for-PBP3
    Warning I'm not a teacher

  3. #3
    Join Date
    Jun 2005
    Location
    West Australia
    Posts
    116


    Did you find this post helpful? Yes | No

    Default Re: SSD1306 Inverse screen example?

    Thanks Richard,

    Apart from that shortcoming, it works brilliantly with a PIC16.

    My main aim was to maximise capabilities of the screen and secondly to gain attention to the observer as an alarm condition. I achieved the attention part by flashing the whole screen using:

    if UVflag = 1 then ' Undervoltage.
    gosub glcd_init ' Located in ssd1306_I2C.INC
    pause 200
    endif

    and it works well whenever the flag is set, you've done a good job.

    Thanks and regards,
    Bill

  4. #4
    Join Date
    May 2013
    Location
    australia
    Posts
    2,728


    Did you find this post helpful? Yes | No

    Default Re: SSD1306 Inverse screen example?

    to invert entire display
    SSDC $A7
    to restore it USE
    SSDC $A6


    I was thinking

    Name:  biLL.jpg
Views: 680
Size:  46.3 KB
    Warning I'm not a teacher

Similar Threads

  1. SSD1306 INCLUDE for PBP3
    By richard in forum PBP3
    Replies: 101
    Last Post: - 23rd February 2024, 18:47
  2. About 0.96" 128x64 SSD1306
    By cesar35 in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 24th January 2022, 13:10
  3. SSD1306 Include example
    By timc in forum Code Examples
    Replies: 11
    Last Post: - 28th November 2017, 08:53
  4. ARCOS (inverse cosine)
    By mjphillips1981 in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 8th October 2009, 16:53
  5. Inverse of COS
    By uuq1 in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th June 2005, 04:17

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts