9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Steve Simon <steve@quintile.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Small Plan 9 Platforms
Date: Sat, 15 Aug 2015 07:13:03 +0100	[thread overview]
Message-ID: <97973DFF-7502-40B4-ADEA-AD3D0115FA08@quintile.net> (raw)
In-Reply-To: <1439606969.39241.YahooMailBasic@web184704.mail.ne1.yahoo.com>

Vncserv must do something similar, maybe that is worth looking at.
I went down a similar route but am planning to just address the display
as a different type of device, rather than as a plan9 display.

Your progress is very impressive, my project stalled - I must get back to it.

-Steve



On 15 Aug 2015, at 03:49, Brian L. Stuart <blstuart@bellsouth.net> wrote:

>> I have tried to email BLS but fear I am being spam filtered... you there?
>
> I did get one message from you, and replied earlier today.  Hopefully
> it got through.
>
> A little more update on recent pi playing.  I've been working on a
> little toy the last few days, namely one of those small SPI driven
> LCD panels:
>
> http://www.adafruit.com/products/2441
>
> As of this evening, I've gotten it sort of running alongside the
> HDMI display showing the upper left corner.  Here are a few
> pics of it in operation:
>
> The Pi with the display connected to a keyboard and mouse:
>
> http://cs.drexel.edu/~bls96/9pitft1-s.jpg
>
> and a couple of pics of the display showing acme running:
>
> http://cs.drexel.edu/~bls96/9pitft2-s.jpg
> http://cs.drexel.edu/~bls96/9pitft3-s.jpg
>
> It's a long way from being usable though.  The fundamental issue
> is that there appears to be a very deeply embedded assumption
> that a screen must be memory mapped.  I tried hooking into
> the hwdraw() routine in screen.c, but it seems that not every
> change to the screen memory space gets reflected in a call
> to hwdraw().  For the pics, I've got a version that periodically
> copies the whole of the appropriate area of the Memimage
> to the LCD panel over the SPI port.  Obviously, that's too slow
> and too resource-hungry to be practical.  Hopefully, I'm missing
> something and there's an elegant way to graft a non-memory
> mapped display into the devdraw/memdraw/screen infrastructure.
>
> BLS
>



  reply	other threads:[~2015-08-15  6:13 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-05 20:39 Brian L. Stuart
2015-08-05 21:26 ` Charles Forsyth
2015-08-07 17:06   ` Brian L. Stuart
2015-08-05 22:12 ` Skip Tavakkolian
2015-08-05 22:16   ` Shane Morris
2015-08-06 14:47   ` Steve Simon
2015-08-11 23:55     ` Brian L. Stuart
2015-08-12  6:54       ` David du Colombier
2015-08-12 19:19         ` Brian L. Stuart
2015-08-12 21:30           ` Skip Tavakkolian
2015-08-12 22:27             ` Brian L. Stuart
2015-08-14 17:58               ` Steve Simon
2015-08-15  2:49                 ` Brian L. Stuart
2015-08-15  6:13                   ` Steve Simon [this message]
2015-08-15 10:15                     ` hiro
2015-08-15 17:48                       ` Brian L. Stuart
2015-08-15 17:33                     ` Brian L. Stuart
2015-08-15 13:28                   ` Joseph Stewart
2015-08-15 13:53                     ` [9fans] python for plan9 ? Floris van Manen
2015-08-15 14:15                       ` David du Colombier
2015-08-15 15:21                         ` Jeff Sickel
2015-08-15 23:03                           ` Floris van Manen
2015-08-15 23:04                             ` erik quanstrom
2015-08-15 17:54                     ` [9fans] Small Plan 9 Platforms Brian L. Stuart
2015-08-16  1:57                   ` Brian L. Stuart
2015-08-07 17:13   ` Brian L. Stuart
2015-08-07 22:23     ` Charles Forsyth
2015-08-06  4:22 ` lucio
2015-08-07 17:19   ` Brian L. Stuart
2015-08-07 23:33 ` Joseph Stewart
2015-08-08  1:13 ` Nick Owens
2015-08-08  4:36   ` da Tyga
2015-08-08  4:42   ` lucio
2015-08-08 20:01     ` Alexander Schreiber
2015-08-08 22:44       ` hiro
2015-08-08 22:45         ` hiro
2015-08-09  4:57           ` Anthony Martin
2015-08-09  5:09             ` lucio
2015-08-08 23:21       ` David du Colombier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=97973DFF-7502-40B4-ADEA-AD3D0115FA08@quintile.net \
    --to=steve@quintile.net \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).